diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa7b108..e24973d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 0.8.0 (04-15-2021) + +- Added support for `aws-sdk`, `mongoose`, `sequelize`, `typeorm` and `kafkajs`. + ([#83](https://github.com/signalfx/splunk-otel-js/pull/83)) + +## 0.7.0 (04-15-2021) + - Add injection of `Server-Timing` header. ([#70](https://github.com/signalfx/splunk-otel-js/pull/70)) - Add support for amqplib and elasticsearch diff --git a/package.json b/package.json index 4deb653f..07fd79b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splunk/otel", - "version": "0.7.1", + "version": "0.8.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 23cb336a..7e7fe408 100644 --- a/src/version.ts +++ b/src/version.ts @@ -14,4 +14,4 @@ * limitations under the License. */ -export const VERSION = '0.7.1'; +export const VERSION = '0.8.0';