Skip to content

Commit

Permalink
prepare 0.25.0 release (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Jun 1, 2021
1 parent 2e162c5 commit 50dcb3f
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,7 +1,12 @@
# Changelog

## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.24.0...HEAD)
* Upgrade gopsutil to gopsutil/v3

## [v0.25.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.24.0...v0.25.0)
* bump gogo/protobuf dependencies (#274)
* Fix/span drops message larger than max (#277)
* Upgrade gopsutil to gopsutil/v3 (#280)
* propagate sampled (#279)

## [v0.24.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.23.0...v0.24.0)
* Fix issue where the `ot-tracer-sampled` header was propagated as an empty string if it was not explicitly set [#269]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0
0.25.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.24.0"
const TracerVersionValue = "0.25.0"

0 comments on commit 50dcb3f

Please sign in to comment.