Skip to content

Commit

Permalink
chore: release v2.0.0-rc2 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Oct 31, 2022
1 parent b3f0ffa commit 4dee58a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This log was last generated on Wed, 22 Sep 2022 09:24:01 GMT and should not be m

<!-- Start content -->

## 2.0.0-rc2

- Omit setting the default endpoint for metrics, as OpenTelemetry OTLP metrics exporters already have their own default configuration [#592](https://github.com/signalfx/splunk-otel-js/pull/592)

## 2.0.0-rc1

Fri, 28 Oct 2022 08:48:00 GMT
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.0.0-rc1",
"version": "2.0.0-rc2",
"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 <splunk-oss@splunk.com>",
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.0.0-rc1';
export const VERSION = '2.0.0-rc2';

0 comments on commit 4dee58a

Please sign in to comment.