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

Commit

Permalink
Preparing release 2.11.1 (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Won Jun Jang <[email protected]>
  • Loading branch information
black-adder authored and yurishkuro committed Jan 3, 2018
1 parent 09ca803 commit f54d8ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changes by Version
==================

2.11.1 (unreleased)
2.11.1 (2017-01-03)
-------------------

- nothing yet.
- Do not enqueue spans after Reporter is closed (#235, #245)
- Change default flush interval to 1sec (#243)


2.11.0 (2017-11-27)
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package jaeger

const (
// JaegerClientVersion is the version of the client library reported as Span tag.
JaegerClientVersion = "Go-2.11.1dev0"
JaegerClientVersion = "Go-2.11.1"

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

0 comments on commit f54d8ec

Please sign in to comment.