Skip to content

Commit

Permalink
Release v0.10.0 (#179)
Browse files Browse the repository at this point in the history
- Rename SPLUNK_SERVICE_NAME to OTEL_SERVICE_NAME
- Upgrade to OpenTelemetry SDK 0.23.0
  • Loading branch information
seemk authored Jul 9, 2021
1 parent 6b4e53c commit ea8cec5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Unreleased

## 0.10.0 (07-09-2021)

- Rename `SPLUNK_SERVICE_NAME` to `OTEL_SERVICE_NAME`
([#170](https://github.com/signalfx/splunk-otel-js/pull/170))
- Upgrade to OpenTelemetry SDK 0.23.0
([#173](https://github.com/signalfx/splunk-otel-js/pull/173))

## 0.9.0 (07-02-2021)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "0.9.0",
"version": "0.10.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": "[email protected]:signalfx/splunk-otel-js.git",
"author": "Splunk <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '0.9.0';
export const VERSION = '0.10.0';

0 comments on commit ea8cec5

Please sign in to comment.