diff --git a/CHANGELOG.md b/CHANGELOG.md index 36627a88..cf49f66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [8.0.1](https://github.com/immobiliare/fastify-sentry/compare/v8.0.0...v8.0.1) (2024-03-06) + # [8.0.0](https://github.com/immobiliare/fastify-sentry/compare/v7.1.1...v8.0.0) (2023-12-20) diff --git a/package.json b/package.json index 73509d1d..635e0406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-sentry", - "version": "8.0.0", + "version": "8.0.1", "description": "Simple fastify plugin to integrates Sentry error reporting into your services", "main": "index.js", "type": "commonjs",