Skip to content

Commit

Permalink
Releasing 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Nov 29, 2021
1 parent 8cf6183 commit 58a0c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 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.0.2 / 2021-11-29

* [BUGFIX] Fix Windows erroneous import. See [#242][], thanks [@programmer04][].

# 5.0.1 / 2021-10-18

* [BUGFIX] Fix Event.Check method: text is no longer required. See [#235][].
Expand Down Expand Up @@ -367,6 +371,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#205]: https://github.com/DataDog/datadog-go/pull/205
[#225]: https://github.com/DataDog/datadog-go/pull/225
[#235]: https://github.com/DataDog/datadog-go/pull/235
[#242]: https://github.com/DataDog/datadog-go/pull/242
[@Aceeri]: https://github.com/Aceeri
[@Jasrags]: https://github.com/Jasrags
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis
Expand Down Expand Up @@ -399,3 +404,4 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[@chrisleavoy]: https://github.com/chrisleavoy
[@cyx]: https://github.com/cyx
[@matthewdale]: https://github.com/matthewdale
[@programmer04]: https://github.com/programmer04
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.0.1"
var clientVersionTelemetryTag = "client_version:5.0.2"

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

0 comments on commit 58a0c26

Please sign in to comment.