Skip to content

Commit 153cc21

Browse files
authored
Preparing release 2.5.0 (jaegertracing#127)
1 parent 8cacc0e commit 153cc21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Changes by Version
22
==================
33

4-
2.4.1 (unreleased)
4+
2.5.0 (2017-03-23)
55
------------------
66

77
- Split request latency metric by success/failure [#123](https://github.com/uber/jaeger-client-go/pull/123)
8+
- Add mutex to adaptive sampler and fix race condition [#124](https://github.com/uber/jaeger-client-go/pull/124)
9+
- Fix rate limiter panic [#125](https://github.com/uber/jaeger-client-go/pull/125)
810

911

1012
2.4.0 (2017-03-21)

constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package jaeger
2222

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

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

0 commit comments

Comments
 (0)