Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 049c226

Browse files
authored
Prepare release 2.28.0 (#579)
Signed-off-by: Joe Elliott <[email protected]>
1 parent 7a33f7c commit 049c226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Changes by Version
22
==================
33

4-
2.27.1 (unreleased)
4+
2.28.0 (2021-04-30)
55
-------------------
6-
- Nothing yet
6+
- HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott
77

88

99
2.27.0 (2021-04-19)

constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
// JaegerClientVersion is the version of the client library reported as Span tag.
25-
JaegerClientVersion = "Go-2.27.1-dev"
25+
JaegerClientVersion = "Go-2.28.0"
2626

2727
// JaegerClientVersionTagKey is the name of the tag used to report client version.
2828
JaegerClientVersionTagKey = "jaeger.version"

0 commit comments

Comments
 (0)