Skip to content

Commit

Permalink
Releasing 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Mar 17, 2020
1 parent 0dc9552 commit 009ba0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

# 3.5.0 / 2020-03-17

### Notes

* [IMPROVEMENT] Add support for `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set global tags for `env`, `service` and `version`/ See [137][]

# 3.4.1 / 2020-03-10

### Notes
Expand Down Expand Up @@ -170,6 +176,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#118]: https://github.com/DataDog/datadog-go/issues/118
[#115]: https://github.com/DataDog/datadog-go/issues/115
[#135]: https://github.com/DataDog/datadog-go/issues/135
[#137]: https://github.com/DataDog/datadog-go/issues/137
[@Aceeri]: https://github.com/Aceeri
[@Jasrags]: https://github.com/Jasrags
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis
Expand Down
2 changes: 1 addition & 1 deletion statsd/statsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:3.4.1"
var clientVersionTelemetryTag = "client_version:3.5.0"

/*
UnixAddressPrefix holds the prefix to use to enable Unix Domain Socket
Expand Down

0 comments on commit 009ba0a

Please sign in to comment.