Skip to content

Commit

Permalink
Preparing 0.18.0 release (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
alrex authored Nov 14, 2019
1 parent 77e8e1f commit a411674
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,6 +1,11 @@
# Changelog

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

## [v0.18.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.17.1...v0.18.0)
* Adding support for B3 headers [#224](https://github.com/lightstep/lightstep-tracer-go/issues/224)
* Fix OpenCensus to LighStep ID conversion
* Added new constructor `CreateTracer` to propagate errors [#226](https://github.com/lightstep/lightstep-tracer-go/issues/226)

## [v0.17.1](https://github.com/lightstep/lightstep-tracer-go/compare/v0.17.0...v0.17.1)
* Fixes [#219](https://github.com/lightstep/lightstep-tracer-go/issues/219) so that there is no longer a data race when reading and writing from spans
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.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.17.0"
const TracerVersionValue = "0.18.0"

0 comments on commit a411674

Please sign in to comment.