Skip to content

Commit

Permalink
chore: prepare 0.11.0 release (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousterhout authored Sep 15, 2020
1 parent 411d768 commit 27573ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 0.11.0

- Update OpenTelemetry dependencies to 0.11.0
- Add a metrics exporter

## 0.10.2

- update envconfig package
Expand All @@ -10,4 +15,4 @@

## 0.0.1

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.11.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 = "0.10.2"
const version = "0.11.0"

0 comments on commit 27573ba

Please sign in to comment.