Skip to content

Commit

Permalink
Back to development (#575)
Browse files Browse the repository at this point in the history
* added unreleased

Signed-off-by: Joe Elliott <number101010@gmail.com>

* updated constants

Signed-off-by: Joe Elliott <number101010@gmail.com>
  • Loading branch information
joe-elliott committed Apr 16, 2021
1 parent b63eeee commit 63ddf76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Changes by Version
==================

2.26.1 (unreleased)
-------------------
- Nothing yet.

2.26.0 (2021-04-16)
-------------------
- Delete a baggage item when value is blank (#562) -- evan.kim
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Expand Up @@ -22,7 +22,7 @@ import (

const (
// JaegerClientVersion is the version of the client library reported as Span tag.
JaegerClientVersion = "Go-2.26.0"
JaegerClientVersion = "Go-2.26.1-dev"

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

0 comments on commit 63ddf76

Please sign in to comment.