diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd6030..9240986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.5.2](https://www.github.com/pragmaticivan/nestjs-otel/compare/v2.5.1...v2.5.2) (2021-10-07) + + +### Bug Fixes + +* enable nestjs 7.x as peer dependency ([e6c6a1e](https://www.github.com/pragmaticivan/nestjs-otel/commit/e6c6a1e9dd2ae0f906dea2775faaf7a51daeb755)) + ### [2.5.1](https://www.github.com/pragmaticivan/nestjs-otel/compare/v2.5.0...v2.5.1) (2021-10-06) diff --git a/package-lock.json b/package-lock.json index ca8ce55..6cc5959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nestjs-otel", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6267189..3fa6110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-otel", - "version": "2.5.1", + "version": "2.5.2", "description": "NestJS OpenTelemetry Library", "main": "lib/index.js", "typings": "lib/index",