Skip to content

Commit 07b2e22

Browse files
authored
Merge pull request #51 from DataDog/nick/Update_changelog
Update changelog and readme for 2.6 release
2 parents 5fdd059 + cc649ec commit 07b2e22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.6 / 2018.06.29
4+
5+
* [FEATURE] Add support for submitting data through Unix Domain Sockets. See [#42][].
6+
* [IMPROVEMENT] Replace string `format` with `StringBuilder`for performance gains. Thanks [@cithal][] See [#49][].
7+
38
## 2.5 / 2018.01.23
49

510
* Added support for new beta feature, global distributions
@@ -43,4 +48,7 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
4348
[#33]: https://github.com/DataDog/java-dogstatsd-client/issues/33
4449
[#34]: https://github.com/DataDog/java-dogstatsd-client/issues/34
4550
[#37]: https://github.com/DataDog/java-dogstatsd-client/issues/37
51+
[#42]: https://github.com/DataDog/java-dogstatsd-client/issues/42
52+
[#49]: https://github.com/DataDog/java-dogstatsd-client/issues/49
53+
[@cithal]: https://github.com/cithal
4654
[@PatrickAuld]: https://github.com/PatrickAuld

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The client jar is distributed via maven central, and can be downloaded [here](ht
1616
<dependency>
1717
<groupId>com.datadoghq</groupId>
1818
<artifactId>java-dogstatsd-client</artifactId>
19-
<version>2.5</version>
19+
<version>2.6</version>
2020
</dependency>
2121
```
2222

0 commit comments

Comments
 (0)