Skip to content

Commit

Permalink
Releasing 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Oct 18, 2021
1 parent 6461af2 commit a96fc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

# 5.0.1 / 2021-10-18

* [BUGFIX] Fix Event.Check method: text is no longer required. See [#235][].

# 5.0.0 / 2021-10-01

## Breaking changes
Expand Down Expand Up @@ -361,6 +365,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#204]: https://github.com/DataDog/datadog-go/pull/204
[#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
[@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
Original file line number Diff line number Diff line change
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.0"
var clientVersionTelemetryTag = "client_version:5.0.1"

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

0 comments on commit a96fc05

Please sign in to comment.