Skip to content

Commit

Permalink
Prepare v0.13.0 release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Oct 14, 2020
1 parent 3002a04 commit a8c9db5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 0.13.0

- Update OpenTelemetry dependencies to 0.13.0 (#26)
- Use BatchSpanProcessor instead of SimpleSpanProcessor (#24)
- Add host.name tag based on os.Hostname (#19)

## 0.11.0

- Update OpenTelemetry dependencies to 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.13.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.11.0"
const version = "0.13.0"

0 comments on commit a8c9db5

Please sign in to comment.