We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6219c8 commit f99f111Copy full SHA for f99f111
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# CHANGELOG
2
3
-## 4.3.0 / 2024.XX.XX
+## 4.X.Y / 2024.XX.XX
4
+
5
+## 4.3.0 / 2024.01.24
6
7
* [FEATURE] Add support for `SOCK_STREAM` Unix sockets. See [#228][]
8
pom.xml
@@ -7,7 +7,7 @@
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
9
<name>java-dogstatsd-client</name>
10
- <version>4.2.1</version>
+ <version>4.3.0</version>
11
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
12
<url>https://github.com/DataDog/java-dogstatsd-client</url>
13
0 commit comments