From 364ae6816b6310a6966cb89089d55c3872266649 Mon Sep 17 00:00:00 2001 From: Olivier G Date: Fri, 30 Apr 2021 18:31:07 +0200 Subject: [PATCH] Prepare 0.44.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b5787ce..42c3192e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +# 0.44.0 / 2020-05-03 + +### Changes +* [IMPROVEMENT] Display more information when the error `Could not initialize instance` happens [#362][] + # 0.43.1 / 2020-04-27 ### Changes @@ -599,6 +604,7 @@ Changelog [#357]: https://github.com/DataDog/jmxfetch/issues/357 [#358]: https://github.com/DataDog/jmxfetch/issues/358 [#360]: https://github.com/DataDog/jmxfetch/issues/360 +[#362]: https://github.com/DataDog/jmxfetch/issues/362 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index f31bc2cec..3ab996a83 100644 --- a/README.md +++ b/README.md @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail. ``` Get help on usage: -java -jar jmxfetch-0.43.1-jar-with-dependencies.jar --help +java -jar jmxfetch-0.44.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 52148aad1..153eb9b2d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.43.1 + 0.44.0 jar jmxfetch