diff --git a/CHANGELOG.json b/CHANGELOG.json index e833ffd0..838f9241 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@splunk/otel", "entries": [ + { + "date": "Thu, 11 Nov 2021 15:56:29 GMT", + "tag": "@splunk/otel_v0.15.0", + "version": "0.15.0", + "comments": { + "minor": [ + { + "author": "siimkallas@gmail.com", + "package": "@splunk/otel", + "comment": "feat: add runtime metrics", + "commit": "89233ca6880bb0cea97b727d00706e299e7a911e" + }, + { + "author": "rauno56@gmail.com", + "package": "@splunk/otel", + "comment": "feat: remove OTEL_TRACE_ENABLED", + "commit": "89233ca6880bb0cea97b727d00706e299e7a911e" + } + ] + } + }, { "date": "Tue, 12 Oct 2021 06:38:40 GMT", "tag": "@splunk/otel_v0.14.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aee25b2..7f8cdc4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @splunk/otel -This log was last generated on Tue, 12 Oct 2021 06:38:40 GMT and should not be manually modified. +This log was last generated on Thu, 11 Nov 2021 15:56:29 GMT and should not be manually modified. +## 0.15.0 + +Thu, 11 Nov 2021 15:56:29 GMT + +### Minor changes + +- feat: add runtime metrics (siimkallas@gmail.com) +- feat: remove OTEL_TRACE_ENABLED (rauno56@gmail.com) + ## 0.14.0 Tue, 12 Oct 2021 06:38:40 GMT diff --git a/change/@splunk-otel-4e785909-3e8b-487b-a773-0448e5f0f1a7.json b/change/@splunk-otel-4e785909-3e8b-487b-a773-0448e5f0f1a7.json deleted file mode 100644 index 42a94eae..00000000 --- a/change/@splunk-otel-4e785909-3e8b-487b-a773-0448e5f0f1a7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: add runtime metrics", - "packageName": "@splunk/otel", - "email": "siimkallas@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@splunk-otel-710fb8ca-8079-4201-89c3-45337bc8ce67.json b/change/@splunk-otel-710fb8ca-8079-4201-89c3-45337bc8ce67.json deleted file mode 100644 index 60ad9f01..00000000 --- a/change/@splunk-otel-710fb8ca-8079-4201-89c3-45337bc8ce67.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "feat: remove OTEL_TRACE_ENABLED", - "packageName": "@splunk/otel", - "email": "rauno56@gmail.com", - "dependentChangeType": "patch" -} diff --git a/package-lock.json b/package-lock.json index 21e403c9..b7e3e20b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@splunk/otel", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splunk/otel", - "version": "0.14.0", + "version": "0.15.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7eb6a170..2bcd1560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splunk/otel", - "version": "0.14.0", + "version": "0.15.0", "description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.", "repository": "git@github.com:signalfx/splunk-otel-js.git", "author": "Splunk ", diff --git a/src/version.ts b/src/version.ts index 162dc50e..a0538542 100644 --- a/src/version.ts +++ b/src/version.ts @@ -14,4 +14,4 @@ * limitations under the License. */ -export const VERSION = '0.14.0'; +export const VERSION = '0.15.0';