diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b14edc8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# CHANGELOG + +2.1.1 / 2015.04.27 +================== +* [BUGFIX] Constant tag support for service checks. See [#3][], thanks [@PatrickAuld][] +* [OTHER] Changelog update + +2.1.0 / 2015.03.12 +================== +Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-dogstatsd-client/releases/tag/java-dogstatsd-client-2.0.7) statsd client library +* [FEATURE] Add support for Datadog service checks + + + +[#3]: https://github.com/DataDog/java-dogstatsd-client/issues/3 +[@PatrickAuld]: https://github.com/PatrickAuld \ No newline at end of file diff --git a/README.md b/README.md index d71cf2cd..fe35e699 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ A statsd client library implemented in Java. Allows for Java applications to ea This version is forked from the upstream [java-dogstatsd-client](https://github.com/indeedeng/java-dogstatsd-client) project (which is, in turn, forked from [java-statsd-client](https://github.com/youdevise/java-statsd-client)), adding additional support for [DataDog](http://datadoghq.com/) extensions for use with [dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/). +See [CHANGELOG.md](CHANGELOG.md) for changes. + Downloads --------- -The client jar is distributed via maven central, and can be downloaded [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.timgroup%20a%3Ajava-statsd-client). +The client jar is distributed via maven central, and can be downloaded [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.datadoghq%20a%3Ajava-dogstatsd-client). ```xml com.datadoghq java-dogstatsd-client - 2.1.0 + 2.1.1 ``` @@ -50,11 +52,3 @@ public class Foo { } } ``` - - -Change Log ----------- - -- 2.1.0 - - Fork from https://github.com/indeedeng/java-dogstatsd-client (2.0.7) - - Add support for Datadog service checks diff --git a/pom.xml b/pom.xml index 97ae808c..b0296367 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ java-dogstatsd-client jar java-dogstatsd-client - 2.1.0 + 2.1.1 A tiny library allowing Java applications to communicate with DataDog statsd instances easily. https://github.com/indeedeng/java-dogstatsd-client