Skip to content

Commit

Permalink
Merge pull request #213 from DataDog/vickenty/4.2.0
Browse files Browse the repository at this point in the history
[release] prepare v4.2.0
  • Loading branch information
vickenty authored Jan 23, 2023
2 parents 3341dcc + 7608bf8 commit 164cfa4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 4.2.0 / 2023.01.23

* [FEATURE] Sending metrics with a timestamp. See [#211][]
* [IMPROVEMENT] Various performance optimizations. See [#203][]

## 4.1.0 / 2022.10.06

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

[@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.1.0</version>
<version>4.2.0</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.1.0</version>
<version>4.2.0</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 164cfa4

Please sign in to comment.