From 3a7d62597318ff8b9d8a5fd65a982d1a096be18f Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 31 May 2021 14:18:35 -0700 Subject: [PATCH] prepare 0.25.0 release --- CHANGELOG.md | 7 ++++++- VERSION | 2 +- version.go | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e325eea3..237da6d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/VERSION b/VERSION index 2094a100c..d21d277be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.0 +0.25.0 diff --git a/version.go b/version.go index 71393adcb..3cda91ed7 100644 --- a/version.go +++ b/version.go @@ -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"