Skip to content

Commit

Permalink
Releasing 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Oct 27, 2021
1 parent bda5e85 commit f4aaa17
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)

# 4.8.3 / 2021-10-27

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

# 4.8.2 / 2021-09-06

* [BETA][BUGFIX] Fix race condition in aggregation where two sample could overwrite each other when sampled for the first time. See [#225][]
Expand Down Expand Up @@ -318,6 +322,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
[#237]: https://github.com/DataDog/datadog-go/pull/237
[@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:4.8.2"
var clientVersionTelemetryTag = "client_version:4.8.3"

type telemetryClient struct {
c *Client
Expand Down

0 comments on commit f4aaa17

Please sign in to comment.