Skip to content

Commit 1efa4fd

Browse files
authored
Merge pull request #248 from DataDog/vickenty/441
[release][AMLII-1813] prepare v4.4.1
2 parents 2e33e0a + 542ea06 commit 1efa4fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 4.4.1 / 2024.05.29
4+
5+
* [BUGFIX] Restore public constructor for `NoOpStatsDClient`. See #[247][]
6+
37
## 4.4.0 / 2024.05.24
48

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

248253
[@PatrickAuld]: https://github.com/PatrickAuld
249254
[@blevz]: https://github.com/blevz

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>4.4.0</version>
20+
<version>4.4.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>4.4.0</version>
10+
<version>4.4.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)