Skip to content

Commit

Permalink
Release version 0.6.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
owais authored Mar 29, 2021
1 parent cd1fdda commit 4eebfef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.6.0 (03-29-2021)

### Changed

- Context management should not work properly on older versions of NodeJS (<14.8).
Expand Down
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.5.0",
"version": "0.6.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.5.0';
export const VERSION = '0.6.0';

0 comments on commit 4eebfef

Please sign in to comment.