diff --git a/CHANGELOG.md b/CHANGELOG.md index 3436382..3836c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/eik-lib/service/compare/v2.3.1...v2.3.2) (2024-08-19) + + +### Bug Fixes + +* **deps:** update dependency fastify to v4.28.1 ([5962bc6](https://github.com/eik-lib/service/commit/5962bc68a2417b4d6161e588a5c7c5684beb9adc)) + ## [2.3.1](https://github.com/eik-lib/service/compare/v2.3.0...v2.3.1) (2024-08-19) diff --git a/package.json b/package.json index 63f8f1a..6d39190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/service", - "version": "2.3.1", + "version": "2.3.2", "description": "Eik REST API as a standalone HTTP service", "type": "module", "main": "./lib/main.js",