Skip to content

Commit

Permalink
chore: Prepare 0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kayousterhout committed Oct 6, 2020
1 parent 5fae746 commit 8cfe8ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.20.0...HEAD)
## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.22.0...HEAD)

## [v0.22.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.21.0...v0.22.0)
* Propagate the sampled flag, and use it to determine whether or not to report spans
* Fix bug where trace IDs were not correctly truncated

## [v0.21.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.20.0...v0.21.0)
* Allow users to disable metrics via environment variable: `LS_METRICS_ENABLED=false`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.22.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lightstep

// TracerVersionValue provides the current version of the lightstep-tracer-go release
const TracerVersionValue = "0.21.0"
const TracerVersionValue = "0.22.0"

0 comments on commit 8cfe8ee

Please sign in to comment.