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

Preparing for release 2.28.0 #579

Merged
merged 1 commit into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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