Skip to content

Commit c7df0ea

Browse files
committed
Releasing 4.0.1
1 parent 3255e61 commit c7df0ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# 4.0.1 / 2020-10-07
6+
7+
### Notes
8+
9+
* [BUGFIX] Fix incomplete manual flush of the sender when the client isn't stopped. See [#163][].
10+
511
# 4.0.0 / 2020-08-21
612

713
### Notes
@@ -229,6 +235,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
229235
[#154]: https://github.com/DataDog/datadog-go/pull/154
230236
[#156]: https://github.com/DataDog/datadog-go/pull/156
231237
[#157]: https://github.com/DataDog/datadog-go/pull/157
238+
[#163]: https://github.com/DataDog/datadog-go/pull/163
232239
[@Aceeri]: https://github.com/Aceeri
233240
[@Jasrags]: https://github.com/Jasrags
234241
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis

statsd/telemetry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var clientTelemetryTag = "client:go"
1919
/*
2020
clientVersionTelemetryTag is a tag identifying this specific client version.
2121
*/
22-
var clientVersionTelemetryTag = "client_version:4.0.0"
22+
var clientVersionTelemetryTag = "client_version:4.0.1"
2323

2424
type telemetryClient struct {
2525
c *Client

0 commit comments

Comments
 (0)