Skip to content

Commit

Permalink
release 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Mar 31, 2021
1 parent 4ab7b7c commit fc7e49f
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,11 @@

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

# 4.5.1 / 2021-03-31

* [BUGFIX] Fix support of UDS and named pipe for DD_AGENT_HOST environment variable. See [#192][].


# 4.5.0 / 2021-03-15

* [IMPROVEMENT] Increase UDS default timeout from 1ms to 100ms. See [#186][].
Expand Down Expand Up @@ -278,6 +283,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#185]: https://github.com/DataDog/datadog-go/pull/185
[#186]: https://github.com/DataDog/datadog-go/pull/186
[#190]: https://github.com/DataDog/datadog-go/pull/190
[#192]: https://github.com/DataDog/datadog-go/pull/190
[@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:4.5.0"
var clientVersionTelemetryTag = "client_version:4.5.1"

type telemetryClient struct {
c *Client
Expand Down

0 comments on commit fc7e49f

Please sign in to comment.