Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 0.25.0 release #283

Merged
merged 1 commit into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"