From 95891af43e111d60f0ae6adaa39c2abe8caad401 Mon Sep 17 00:00:00 2001 From: alrex Date: Mon, 18 Nov 2019 14:14:34 -0800 Subject: [PATCH] Preparing 0.18.1 release (#240) --- CHANGELOG.md | 5 ++++- VERSION | 2 +- version.go | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829309df3..733816d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.18.0...HEAD) +## [Pending Release](https://github.com/lightstep/lightstep-tracer-go/compare/v0.18.1...HEAD) + +## [v0.18.1](https://github.com/lightstep/lightstep-tracer-go/compare/v0.18.0...v0.18.1) +* Adding support for configuring custom propagators ## [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) diff --git a/VERSION b/VERSION index 66333910a..249afd517 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 +0.18.1 diff --git a/version.go b/version.go index 87d77df1a..db3f682f2 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.18.0" +const TracerVersionValue = "0.18.1"