Skip to content

Commit

Permalink
Release v0.5.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jul 27, 2021
1 parent ef24ccc commit 5e95272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.5.0] - 2021-07-27

The primary change of this release is updating `go.opentelemetry.io/otel*`
dependencies to [`v1.0.0-RC2`][otel-v1.0.0-RC2] and
`go.opentelemetry.io/contrib*` dependencies to [`v0.22.0`][contrib-v0.22.0].
Expand Down Expand Up @@ -89,7 +91,8 @@ an impedance mismatch with this duplicate batching.
- Add [`splunkhttp`](./instrumentation/net/http/splunkhttp) module providing
additional Splunk specific instrumentation for `net/http`.

[Unreleased]: https://github.com/signalfx/splunk-otel-go/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/signalfx/splunk-otel-go/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/signalfx/splunk-otel-go/releases/tag/v0.5.0
[0.4.0]: https://github.com/signalfx/splunk-otel-go/releases/tag/v0.4.0
[0.3.0]: https://github.com/signalfx/splunk-otel-go/releases/tag/v0.3.0
[0.2.0]: https://github.com/signalfx/splunk-otel-go/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ package splunkotel // import "github.com/signalfx/splunk-otel-go"

// Version is the current release version of splunk-otel-go in use.
func Version() string {
return "0.4.0"
return "0.5.0"
}

0 comments on commit 5e95272

Please sign in to comment.