Skip to content

Commit e2c5450

Browse files
authored
Merge pull request #223 from DataDog/vickenty/2.13.1
[release] prepare v2.13.1.
2 parents 686f33c + cf3cbbc commit e2c5450

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.13.1 / 2023.05.02
4+
5+
* [BUGFIX] Clear buffers before returning them to the pool. See [#221][]
6+
37
## 2.13.0 / 2021.06.09
48

59
* [FEATURE] Telemetry: adding developer mode: additional metrics. See [#131][]
@@ -151,6 +155,7 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
151155
[#144]: https://github.com/DataDog/java-dogstatsd-client/issues/144
152156
[#147]: https://github.com/DataDog/java-dogstatsd-client/issues/147
153157
[#149]: https://github.com/DataDog/java-dogstatsd-client/issues/149
158+
[#221]: https://github.com/DataDog/java-dogstatsd-client/issues/221
154159
[@PatrickAuld]: https://github.com/PatrickAuld
155160
[@blevz]: https://github.com/blevz
156161
[@cameronhotchkies]: https://github.com/cameronhotchkies
@@ -159,4 +164,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
159164
[@gherceg]: https://github.com/gherceg
160165
[@hanny24]: https://github.com/hanny24
161166
[@njhill]: https://github.com/njhill
162-
[@snopoke]: https://github.com/snopoke
167+
[@snopoke]: https://github.com/snopoke

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
1717
<dependency>
1818
<groupId>com.datadoghq</groupId>
1919
<artifactId>java-dogstatsd-client</artifactId>
20-
<version>2.13.0</version>
20+
<version>2.13.1</version>
2121
</dependency>
2222
```
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-dogstatsd-client</artifactId>
88
<packaging>jar</packaging>
99
<name>java-dogstatsd-client</name>
10-
<version>2.13.0</version>
10+
<version>2.13.1</version>
1111
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
1212
<url>https://github.com/DataDog/java-dogstatsd-client</url>
1313

0 commit comments

Comments
 (0)