diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0a272..f3ec6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.8](https://github.com/marcoturi/fastify-boilerplate/compare/v1.3.7...v1.3.8) (2024-09-29) + + +### Bug Fixes + +* **deps:** update dependency helmet to v7.2.0 ([4913ffa](https://github.com/marcoturi/fastify-boilerplate/commit/4913ffa791e138fe3996e47c51ceaf58411e2bad)) + ## [1.3.7](https://github.com/marcoturi/fastify-boilerplate/compare/v1.3.6...v1.3.7) (2024-09-27) diff --git a/package.json b/package.json index ea6214d..797ec48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-boilerplate", - "version": "1.3.7", + "version": "1.3.8", "description": "A Fastify template that follows the Clean Architecture principles and encourages established practices.", "author": "Marco Turi ", "license": "MIT",