From 372dd0628007266f6b5773751a7b99860bf185be Mon Sep 17 00:00:00 2001 From: alrex Date: Thu, 21 Jan 2021 14:51:49 -0800 Subject: [PATCH] preparing 0.24.0 release (#271) --- CHANGELOG.md | 3 ++- VERSION | 2 +- version.go | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b6699eb..44fa69b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.22.0...HEAD) +## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.24.0...HEAD) +## [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] ## [v0.23.0](https://github.com/lightstep/lightstep-tracer-go/compare/v0.22.0...v0.23.0) * Only emit spans dropped within a status interval in the status event report [#265](https://github.com/lightstep/lightstep-tracer-go/pull/265) diff --git a/VERSION b/VERSION index ca222b7cf..2094a100c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23.0 +0.24.0 diff --git a/version.go b/version.go index 28b88e9e1..71393adcb 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.23.0" +const TracerVersionValue = "0.24.0"