Skip to content

Commit

Permalink
[release] updating pom, readme and changelog for 2.13.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Jun 9, 2021
1 parent c66d62a commit 740e5ce
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG

## 2.12.0 / 2020.04.05
## 2.13.0 / 2021.06.09

* [FEATURE] Telemetry: adding developer mode: additional metrics. See [#131][]
* [IMPROVEMENT] Cleanup internal thread model. See [#144][]
* [IMPROVEMENT] All dogstatsd messages are EOL terminated. See [#130][]
* [IMPROVEMENT] Refactor version.properties to dedicated directory. See [#147][] (Thanks [@cameronhotchkies][])
* [IMPROVEMENT] Dev: make environment variable variables public. See [#132][] (Thanks [@dbyron0][])
* [BUGFIX] Properly compute unicode event strings length. See [#149][]
* [DOCUMENTATION] Updated javadoc and README. See [#139][] and [#136][]. (Thanks [@snopoke][] and [@gherceg][])


## 2.12.0 / 2021.04.05

* [IMPROVEMENT] Deployments to Sonatype are now automated (but manually triggered).
No user-facing changes are part of this release.
Expand Down Expand Up @@ -132,8 +143,20 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
[#126]: https://github.com/DataDog/java-dogstatsd-client/issues/126
[#127]: https://github.com/DataDog/java-dogstatsd-client/issues/127
[#129]: https://github.com/DataDog/java-dogstatsd-client/issues/129
[#130]: https://github.com/DataDog/java-dogstatsd-client/issues/130
[#131]: https://github.com/DataDog/java-dogstatsd-client/issues/131
[#132]: https://github.com/DataDog/java-dogstatsd-client/issues/132
[#136]: https://github.com/DataDog/java-dogstatsd-client/issues/136
[#139]: https://github.com/DataDog/java-dogstatsd-client/issues/139
[#144]: https://github.com/DataDog/java-dogstatsd-client/issues/144
[#147]: https://github.com/DataDog/java-dogstatsd-client/issues/147
[#149]: https://github.com/DataDog/java-dogstatsd-client/issues/149
[@PatrickAuld]: https://github.com/PatrickAuld
[@blevz]: https://github.com/blevz
[@cameronhotchkies]: https://github.com/cameronhotchkies
[@cithal]: https://github.com/cithal
[@dbyron0]: https://github.com/dbyron0
[@gherceg]: https://github.com/gherceg
[@hanny24]: https://github.com/hanny24
[@njhill]: https://github.com/njhill
[@snopoke]: https://github.com/snopoke
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>2.12.0</version>
<version>2.13.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>2.12.0</version>
<version>2.13.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 740e5ce

Please sign in to comment.