From b731c581befd5e91dd55ae555149278141bd42e0 Mon Sep 17 00:00:00 2001 From: Olivier G Date: Fri, 16 Apr 2021 14:51:24 +0200 Subject: [PATCH] Prepare 0.43.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 04c739bae..891a763b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +# 0.43.0 / 2020-04-16 + +### Changes +* [FEATURE] Add `jvm.gc.old_gen_size` as an alias for `Tenured Gen` [#358][] +* [BUGFIX] Prevent double signing of release artifacts [#357][] + # 0.42.1 / 2020-03-30 ### Changes @@ -585,6 +591,8 @@ Changelog [#345]: https://github.com/DataDog/jmxfetch/issues/345 [#348]: https://github.com/DataDog/jmxfetch/issues/348 [#349]: https://github.com/DataDog/jmxfetch/issues/349 +[#357]: https://github.com/DataDog/jmxfetch/issues/357 +[#358]: https://github.com/DataDog/jmxfetch/issues/358 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index 95145a433..0e3a4e206 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.42.1-jar-with-dependencies.jar --help +java -jar jmxfetch-0.43.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 3859b615e..9e0f6fdeb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.42.1 + 0.43.0 jar jmxfetch