From 8da9864d2e75fc561dd5fea5e236bb79f644cf60 Mon Sep 17 00:00:00 2001 From: Nicholas Muesch Date: Mon, 19 Mar 2018 10:14:23 -0400 Subject: [PATCH] Updates changelog/pom/readme for release --- CHANGELOG.md | 15 +++++++++------ README.md | 2 +- pom.xml | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bb9412e..ad332f191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changes ======= +# 0.19.0 / 03/19/2018 + +### Changes + +* [FEATURE] Ability to specify tags on metrics based on regex groupings of bean names. See [#167][]. +* [IMPROVEMENT] Set TCP response timeout to ensure JMXFetch doesn't hang on broken beans. See [#168][]. + # 0.18.2 / 02-13-2018 #### Changes @@ -19,12 +26,6 @@ Changes * [FEATURE] Collect instance configurations via API. See [#156][] -# 0.18.0 / Unreleased - -#### Changes - -* [FEATURE] Collect instance configurations via API. See [#156][] - # 0.17.0 / 09-20-2017 #### Changes @@ -218,6 +219,8 @@ Changes [#156]: https://github.com/DataDog/jmxfetch/issues/156 [#161]: https://github.com/DataDog/jmxfetch/issues/161 [#164]: https://github.com/DataDog/jmxfetch/issues/164 +[#167]: https://github.com/DataDog/jmxfetch/issues/167 +[#168]: https://github.com/DataDog/jmxfetch/issues/168 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index 4b63a224f..aa05427e4 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.18.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.19.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index d43acee23..83c246589 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ datadog jmxfetch - 0.18.2 + 0.19.0 jar jmxfetch