From dfc1f1dbd1462a5bc3d3030b835a16585ee64f58 Mon Sep 17 00:00:00 2001 From: Olivier Vielpeau Date: Wed, 23 Mar 2016 16:25:42 -0400 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3913e4c87..9558ddf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +# 0.10.0 / 03-23-2016 + +#### Changes +* [FEATURE] Allow configuration of StatsD host. See [#85][] +* [IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See [#83][] + # 0.9.0 / 11-05-2015 #### Changes @@ -90,4 +96,6 @@ Changes [#79]: https://github.com/DataDog/jmxfetch/issues/79 [#80]: https://github.com/DataDog/jmxfetch/issues/80 [#81]: https://github.com/DataDog/jmxfetch/issues/81 +[#83]: https://github.com/DataDog/jmxfetch/issues/83 +[#85]: https://github.com/DataDog/jmxfetch/issues/85 [@coupacooke]: https://github.com/coupacooke diff --git a/README.md b/README.md index c469287fd..4ff28895d 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.9.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.10.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 26329d93e..840763598 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ datadog jmxfetch - 0.9.0 + 0.10.0 jar jmxfetch