Skip to content

Commit

Permalink
prepare 1.5.0 release (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored Mar 18, 2022
1 parent b86f848 commit bad054f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.5.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.5.0) - 2022-03-18

## 💡 Enhancements 💡

- use semconv package instead of collector package (#69)
- update OpenTelemetry SDK dependencies to 1.4.0 (#112)
- update OpenTelemetry SDK dependencies to 1.5.0
- update OpenTelemetry metrics to 0.27.0 (#114)
- Allow Developer Mode For Go Lightstep (#60)

## [1.0.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.0.0) - 2021-09-22

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.5.0
2 changes: 1 addition & 1 deletion launcher/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package launcher

const version = "1.0.0"
const version = "1.5.0"

0 comments on commit bad054f

Please sign in to comment.