Skip to content

Commit

Permalink
chore: release v2.6.0 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Dec 12, 2023
1 parent 2d8f099 commit 1cedf61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - @splunk/otel

## 2.6.0

- Add missing telemetry.sdk.version to profiling payloads. #[854](https://github.com/signalfx/splunk-otel-js/pull/854)
- Upgrade to OpenTelemetry `1.18.1` / `0.45.1`. [#852](https://github.com/signalfx/splunk-otel-js/pull/852)
- Add Linux ARM64 prebuilt binaries. [#850](https://github.com/signalfx/splunk-otel-js/pull/850)

## 2.5.1

- Prebuild the native module for Node.js 21. [#838](https://github.com/signalfx/splunk-otel-js/pull/838)
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.5.1",
"version": "2.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 = '2.5.1';
export const VERSION = '2.6.0';

0 comments on commit 1cedf61

Please sign in to comment.