Skip to content

Commit 067efb9

Browse files
committed
Updates for release 2.8.1
1 parent a8ff509 commit 067efb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 2.8.1 / 2019.10.4
4+
* [FIX] Fix entity id with constant tags
5+
36
## 2.8.0 / 2019.06.18
47
* [FEATURE] Support environment variables for client configuration
58
* [FIX] Handle messages over max packet size limit

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java DogStatsD Client
22

3-
[![Build Status](https://travis-ci.org/DataDog/java-dogstatsd-client.svg?branch=master)](https://travis-ci.org/DataDog/java-dogstatsd-client)
3+
[![Build Status](https://travis-ci.com/DataDog/java-dogstatsd-client.svg?branch=master)](https://travis-ci.com/DataDog/java-dogstatsd-client)
44

55
A statsd client library implemented in Java. Allows for Java applications to easily communicate with statsd.
66

@@ -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.8</version>
19+
<version>2.8.1</version>
2020
</dependency>
2121
```
2222

0 commit comments

Comments
 (0)