Skip to content

Commit

Permalink
Merge pull request #248 from DataDog/vickenty/441
Browse files Browse the repository at this point in the history
[release][AMLII-1813] prepare v4.4.1
  • Loading branch information
vickenty authored May 30, 2024
2 parents 2e33e0a + 542ea06 commit 1efa4fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.4.1 / 2024.05.29

* [BUGFIX] Restore public constructor for `NoOpStatsDClient`. See #[247][]

## 4.4.0 / 2024.05.24

* [FEATURE] Added new API to send multiple samples at once. See [#235][]
Expand Down Expand Up @@ -244,6 +248,7 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#228]: https://github.com/DataDog/java-dogstatsd-client/issues/228
[#235]: https://github.com/DataDog/java-dogstatsd-client/issues/235
[#243]: https://github.com/DataDog/java-dogstatsd-client/issues/243
[#247]: https://github.com/DataDog/java-dogstatsd-client/issues/247

[@PatrickAuld]: https://github.com/PatrickAuld
[@blevz]: https://github.com/blevz
Expand Down
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>4.4.0</version>
<version>4.4.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>4.4.0</version>
<version>4.4.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 1efa4fd

Please sign in to comment.