From b65da31846ec6ebed5c3377078a8684c0da19d2a Mon Sep 17 00:00:00 2001 From: Olivier Vielpeau Date: Fri, 17 Jul 2020 17:06:49 +0200 Subject: [PATCH] 0.38.2 release (#312) --- CHANGELOG.md | 8 +++++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60217cf4a..a43d52aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +# 0.38.2 / 2020-07-17 + +### Changes +* [BUGFIX] Re-introduce support of Java 7, broken in `0.38.1` because of a dependency upgrade. [#311][] + # 0.38.1 / 2020-07-07 ### Changes @@ -504,6 +509,7 @@ Changelog [#303]: https://github.com/DataDog/jmxfetch/issues/303 [#306]: https://github.com/DataDog/jmxfetch/issues/306 [#308]: https://github.com/DataDog/jmxfetch/issues/308 +[#311]: https://github.com/DataDog/jmxfetch/issues/311 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia @@ -512,4 +518,4 @@ Changelog [@coupacooke]: https://github.com/coupacooke [@cslee00]: https://github.com/cslee00 [@mattdrees]: https://github.com/mattdrees -[@nwillems]: https://github.com/nwillems \ No newline at end of file +[@nwillems]: https://github.com/nwillems diff --git a/README.md b/README.md index bd4f2c5b0..0d27ecc4c 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.38.1-jar-with-dependencies.jar --help +java -jar jmxfetch-0.38.2-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index fbc4102a2..d10d407bf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.38.1 + 0.38.2 jar jmxfetch