diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db13d5b..36627a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [8.0.0](https://github.com/immobiliare/fastify-sentry/compare/v7.1.1...v8.0.0) (2023-12-20) + + +### Bug Fixes + +* node version ([2748abf](https://github.com/immobiliare/fastify-sentry/commit/2748abf19966062c7f304677a3825f21b4764fc2)) + + +### BREAKING CHANGES + +* Node versions older than 18 are not ufficially supported + ## [7.1.1](https://github.com/immobiliare/fastify-sentry/compare/v7.1.0...v7.1.1) (2023-09-15) diff --git a/package.json b/package.json index ece27876..194fe5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-sentry", - "version": "7.1.1", + "version": "8.0.0", "description": "Simple fastify plugin to integrates Sentry error reporting into your services", "main": "index.js", "type": "commonjs",