Skip to content

Commit

Permalink
Merge pull request #17 from signalfx/release/v0.4.0
Browse files Browse the repository at this point in the history
Prepare release v0.4.0
  • Loading branch information
owais authored Mar 12, 2021
2 parents 292297b + 0a5b494 commit 09241e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 0.4.0 (03-12-2021)

### Changes

- Changed environment variable prefix from `SPLK_` to `SPLUNK_`. All environment
variables must be updated for the library to continue to work.

## 0.3.0 (03-11-2021)

### Changed
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.3.0",
"version": "0.4.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.1.0';
export const VERSION = '0.4.0';

0 comments on commit 09241e4

Please sign in to comment.