Skip to content

Commit

Permalink
Merge pull request #223 from DataDog/vickenty/2.13.1
Browse files Browse the repository at this point in the history
[release] prepare v2.13.1.
  • Loading branch information
vickenty authored May 2, 2023
2 parents 686f33c + cf3cbbc commit e2c5450
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.13.1 / 2023.05.02

* [BUGFIX] Clear buffers before returning them to the pool. See [#221][]

## 2.13.0 / 2021.06.09

* [FEATURE] Telemetry: adding developer mode: additional metrics. See [#131][]
Expand Down Expand Up @@ -151,6 +155,7 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#144]: https://github.com/DataDog/java-dogstatsd-client/issues/144
[#147]: https://github.com/DataDog/java-dogstatsd-client/issues/147
[#149]: https://github.com/DataDog/java-dogstatsd-client/issues/149
[#221]: https://github.com/DataDog/java-dogstatsd-client/issues/221
[@PatrickAuld]: https://github.com/PatrickAuld
[@blevz]: https://github.com/blevz
[@cameronhotchkies]: https://github.com/cameronhotchkies
Expand All @@ -159,4 +164,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[@gherceg]: https://github.com/gherceg
[@hanny24]: https://github.com/hanny24
[@njhill]: https://github.com/njhill
[@snopoke]: https://github.com/snopoke
[@snopoke]: https://github.com/snopoke
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
<name>java-dogstatsd-client</name>
<version>2.13.0</version>
<version>2.13.1</version>
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
<url>https://github.com/DataDog/java-dogstatsd-client</url>

Expand Down

0 comments on commit e2c5450

Please sign in to comment.