From 8efbc04846ea2187616201dc2e77fe66e90e7eb3 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Tue, 26 Jun 2018 13:01:19 -0400 Subject: [PATCH] [release] 0.20.1 release (#175) --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866eeb077..c40f22197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +# 0.20.1 / Unreleased + +### Changes + +* [BUGFIX] Use provided check name in the JSON as the instance check name. See [#174][]. + # 0.20.0 / 04-30-2018 ### Changes @@ -230,6 +236,7 @@ Changes [#168]: https://github.com/DataDog/jmxfetch/issues/168 [#170]: https://github.com/DataDog/jmxfetch/issues/170 [#171]: https://github.com/DataDog/jmxfetch/issues/171 +[#174]: https://github.com/DataDog/jmxfetch/issues/174 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia @@ -237,4 +244,4 @@ Changes [@brothhaar]: https://github.com/brothhaar [@coupacooke]: https://github.com/coupacooke [@cslee00]: https://github.com/cslee00 -[@nwillems]: https://github.com/nwillems +[@nwillems]: https://github.com/nwillems \ No newline at end of file diff --git a/README.md b/README.md index 11eeed0c3..d4a07a0b9 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.20.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.20.1-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index a57639208..2e408ea58 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ datadog jmxfetch - 0.20.0 + 0.20.1 jar jmxfetch