Skip to content

Commit

Permalink
Prepare release 2.28.0 (jaegertracing#579)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott authored Apr 30, 2021
1 parent 7a33f7c commit 049c226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 049c226

Please sign in to comment.