Skip to content

Commit

Permalink
Merge pull request #87 from DataDog/db/release-2.8.1
Browse files Browse the repository at this point in the history
Updates for release 2.8.1
  • Loading branch information
derekwbrown authored Oct 4, 2019
2 parents a8ff509 + 067efb9 commit 21a664c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 2.8.1 / 2019.10.4
* [FIX] Fix entity id with constant tags

## 2.8.0 / 2019.06.18
* [FEATURE] Support environment variables for client configuration
* [FIX] Handle messages over max packet size limit
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java DogStatsD Client

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

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

Expand All @@ -16,7 +16,7 @@ The client jar is distributed via maven central, and can be downloaded [here](ht
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>2.8</version>
<version>2.8.1</version>
</dependency>
```

Expand Down

0 comments on commit 21a664c

Please sign in to comment.