Skip to content

Commit 740e5ce

Browse files
authored
[release] updating pom, readme and changelog for 2.13.0 (#151)
1 parent c66d62a commit 740e5ce

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

3-
## 2.12.0 / 2020.04.05
3+
## 2.13.0 / 2021.06.09
4+
5+
* [FEATURE] Telemetry: adding developer mode: additional metrics. See [#131][]
6+
* [IMPROVEMENT] Cleanup internal thread model. See [#144][]
7+
* [IMPROVEMENT] All dogstatsd messages are EOL terminated. See [#130][]
8+
* [IMPROVEMENT] Refactor version.properties to dedicated directory. See [#147][] (Thanks [@cameronhotchkies][])
9+
* [IMPROVEMENT] Dev: make environment variable variables public. See [#132][] (Thanks [@dbyron0][])
10+
* [BUGFIX] Properly compute unicode event strings length. See [#149][]
11+
* [DOCUMENTATION] Updated javadoc and README. See [#139][] and [#136][]. (Thanks [@snopoke][] and [@gherceg][])
12+
13+
14+
## 2.12.0 / 2021.04.05
415

516
* [IMPROVEMENT] Deployments to Sonatype are now automated (but manually triggered).
617
No user-facing changes are part of this release.
@@ -132,8 +143,20 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
132143
[#126]: https://github.com/DataDog/java-dogstatsd-client/issues/126
133144
[#127]: https://github.com/DataDog/java-dogstatsd-client/issues/127
134145
[#129]: https://github.com/DataDog/java-dogstatsd-client/issues/129
146+
[#130]: https://github.com/DataDog/java-dogstatsd-client/issues/130
147+
[#131]: https://github.com/DataDog/java-dogstatsd-client/issues/131
148+
[#132]: https://github.com/DataDog/java-dogstatsd-client/issues/132
149+
[#136]: https://github.com/DataDog/java-dogstatsd-client/issues/136
150+
[#139]: https://github.com/DataDog/java-dogstatsd-client/issues/139
151+
[#144]: https://github.com/DataDog/java-dogstatsd-client/issues/144
152+
[#147]: https://github.com/DataDog/java-dogstatsd-client/issues/147
153+
[#149]: https://github.com/DataDog/java-dogstatsd-client/issues/149
135154
[@PatrickAuld]: https://github.com/PatrickAuld
136155
[@blevz]: https://github.com/blevz
156+
[@cameronhotchkies]: https://github.com/cameronhotchkies
137157
[@cithal]: https://github.com/cithal
158+
[@dbyron0]: https://github.com/dbyron0
159+
[@gherceg]: https://github.com/gherceg
138160
[@hanny24]: https://github.com/hanny24
139161
[@njhill]: https://github.com/njhill
162+
[@snopoke]: https://github.com/snopoke

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>2.12.0</version>
20+
<version>2.13.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>2.12.0</version>
10+
<version>2.13.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)