diff --git a/CHANGELOG.md b/CHANGELOG.md index 5559445..08f62ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://www.github.com/pragmaticivan/nestjs-otel/compare/v1.8.2...v2.0.0) (2021-07-28) + + +### ⚠ BREAKING CHANGES + +* removes nodeSDKConfiguration option + +### Features + +* node-sdk to be defined by the user instead of through the lib ([5156324](https://www.github.com/pragmaticivan/nestjs-otel/commit/5156324b64cee8fccd2d06eaf5d155e22a5c0fbf)) + ### [1.8.2](https://www.github.com/pragmaticivan/nestjs-otel/compare/v1.8.1...v1.8.2) (2021-07-25) diff --git a/package-lock.json b/package-lock.json index 764b280..6b0662a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nestjs-otel", - "version": "1.8.2", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02fb182..03e9cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-otel", - "version": "1.8.2", + "version": "2.0.0", "description": "NestJS OpenTelemetry Library", "main": "lib/index.js", "typings": "lib/index",