Skip to content

Commit

Permalink
Releasing 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed May 5, 2022
1 parent 2179b31 commit 553de96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

[//]: # (comment: Don't forget to update statsd/telemetry.go:clientVersionTelemetryTag when releasing a new version)

# 5.1.1 / 2022-05-05

- [BUGFIX] Fix issue where tags of aggregated contexts could be modified after being sampled. See [#258][].

# 5.1.0 / 2022-03-02

* [FEATURE] Adding support for container origin detection. See [#250][].
Expand Down Expand Up @@ -392,6 +396,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#253]: https://github.com/DataDog/datadog-go/pull/253
[#254]: https://github.com/DataDog/datadog-go/pull/254
[#255]: https://github.com/DataDog/datadog-go/pull/255
[#258]: https://github.com/DataDog/datadog-go/pull/258
[@Aceeri]: https://github.com/Aceeri
[@Jasrags]: https://github.com/Jasrags
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis
Expand Down
2 changes: 1 addition & 1 deletion statsd/telemetry.go
Expand Up @@ -19,7 +19,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:5.1.0"
var clientVersionTelemetryTag = "client_version:5.1.1"

// Telemetry represents internal metrics about the client behavior since it started.
type Telemetry struct {
Expand Down

0 comments on commit 553de96

Please sign in to comment.