Skip to content

Commit 164cfa4

Browse files
authored
Merge pull request #213 from DataDog/vickenty/4.2.0
[release] prepare v4.2.0
2 parents 3341dcc + 7608bf8 commit 164cfa4

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 4.2.0 / 2023.01.23
4+
5+
* [FEATURE] Sending metrics with a timestamp. See [#211][]
6+
* [IMPROVEMENT] Various performance optimizations. See [#203][]
7+
38
## 4.1.0 / 2022.10.06
49

510
* [FEATURE] Client-side origin detection. See[#188][]
@@ -220,6 +225,8 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
220225
[#194]: https://github.com/DataDog/java-dogstatsd-client/issues/194
221226
[#200]: https://github.com/DataDog/java-dogstatsd-client/issues/200
222227
[#201]: https://github.com/DataDog/java-dogstatsd-client/issues/201
228+
[#203]: https://github.com/DataDog/java-dogstatsd-client/issues/203
229+
[#210]: https://github.com/DataDog/java-dogstatsd-client/issues/210
223230

224231
[@PatrickAuld]: https://github.com/PatrickAuld
225232
[@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.1.0</version>
20+
<version>4.2.0</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.1.0</version>
10+
<version>4.2.0</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)