Skip to content

Commit bad054f

Browse files
author
Alex Boten
authored
prepare 1.5.0 release (#124)
1 parent b86f848 commit bad054f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## Unreleased
1010

11+
## [1.5.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.5.0) - 2022-03-18
12+
1113
## 💡 Enhancements 💡
1214

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

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.5.0

launcher/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package launcher
1616

17-
const version = "1.0.0"
17+
const version = "1.5.0"

0 commit comments

Comments
 (0)