Skip to content

Commit

Permalink
Releasing 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed May 1, 2020
1 parent c763db9 commit ee4b28b
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.7.1 / 2020-05-01

### Notes

* [BUGFIX] Fix panic when calling CloneWithExtraOptions with a nil client. See [#148][].

# 3.7.0 / 2020-04-29

### Notes
Expand Down Expand Up @@ -201,6 +207,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#144]: https://github.com/DataDog/datadog-go/pull/144
[#145]: https://github.com/DataDog/datadog-go/pull/145
[#147]: https://github.com/DataDog/datadog-go/pull/147
[#148]: https://github.com/DataDog/datadog-go/pull/148
[@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 @@ -74,7 +74,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:3.7.0"
var clientVersionTelemetryTag = "client_version:3.7.1"

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

0 comments on commit ee4b28b

Please sign in to comment.