Skip to content

Commit

Permalink
Merge pull request #250 from DataDog/vickenty/442
Browse files Browse the repository at this point in the history
[release][AMLII-1816] prepare v4.4.2
  • Loading branch information
vickenty authored Jun 4, 2024
2 parents 59f96a2 + fa97214 commit 8fe540d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.4.2 / 2024.06.03

* [BUGFIX] Fix sampling and visibility issues with new direct client. See #[249][]

## 4.4.1 / 2024.05.29

* [BUGFIX] Restore public constructor for `NoOpStatsDClient`. See #[247][]
Expand Down Expand Up @@ -249,6 +253,8 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#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
[#249]: https://github.com/DataDog/java-dogstatsd-client/issues/249


[@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.1</version>
<version>4.4.2</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.1</version>
<version>4.4.2</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 8fe540d

Please sign in to comment.