From 049c226d206a6d9e1c0d47c93991275d0698ee9e Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Fri, 30 Apr 2021 11:20:19 -0400 Subject: [PATCH] Prepare release 2.28.0 (#579) Signed-off-by: Joe Elliott --- CHANGELOG.md | 4 ++-- constants.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 169ff67a..d16ede5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ Changes by Version ================== -2.27.1 (unreleased) +2.28.0 (2021-04-30) ------------------- -- Nothing yet +- HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott 2.27.0 (2021-04-19) diff --git a/constants.go b/constants.go index 44ec6151..f87e0d4d 100644 --- a/constants.go +++ b/constants.go @@ -22,7 +22,7 @@ import ( const ( // JaegerClientVersion is the version of the client library reported as Span tag. - JaegerClientVersion = "Go-2.27.1-dev" + JaegerClientVersion = "Go-2.28.0" // JaegerClientVersionTagKey is the name of the tag used to report client version. JaegerClientVersionTagKey = "jaeger.version"