diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8be31..c30b699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/immobiliare/fastify-metrics/compare/v5.1.1...v6.0.0) (2023-12-18) + + +### Bug Fixes + +* fastify deprecation notice ([e53acd7](https://github.com/immobiliare/fastify-metrics/commit/e53acd71409edeeadcba89284858e34765c37636)) + + +### BREAKING CHANGES + +* we now use routeOptions to store metrics data. + ## [5.1.1](https://github.com/immobiliare/fastify-metrics/compare/v5.1.0...v5.1.1) (2023-07-07) diff --git a/package.json b/package.json index 10b6efc..9cd274f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/fastify-metrics", - "version": "5.1.1", + "version": "6.0.0", "description": "A minimalistic and opinionated Fastify plugin that collects metrics and dispatches them to statsd", "main": "index.js", "publishConfig": {