From 7fb409fd5aaf7a7460bf0f463c52e792dc3e72c5 Mon Sep 17 00:00:00 2001 From: Pierre Rognant <59561183+prognant@users.noreply.github.com> Date: Tue, 31 Mar 2020 19:45:46 +0200 Subject: [PATCH] [release] 0.36.0 changelog (#286) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2ae337a..e9e266308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +# 0.36.0 / 2020-03-31 + +### Changes +* [FEATURE] Add class name and class regex filters [#277][] +* [FEATURE] Add check prefix config [#284][] +* [IMPROVEMENT] Fix service checks in the JSON reporter [#278][] +* [IMPROVEMENT] Fix RMI socket connection timeout [#285][] + # 0.35.0 / 2020-02-24 ### Changes @@ -450,6 +458,10 @@ Changelog [#272]: https://github.com/DataDog/jmxfetch/issues/272 [#273]: https://github.com/DataDog/jmxfetch/issues/273 [#275]: https://github.com/DataDog/jmxfetch/issues/275 +[#277]: https://github.com/DataDog/jmxfetch/issues/277 +[#278]: https://github.com/DataDog/jmxfetch/issues/278 +[#284]: https://github.com/DataDog/jmxfetch/issues/284 +[#285]: https://github.com/DataDog/jmxfetch/issues/285 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index c72eaff34..ed5220a38 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.35.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.36.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 52605a917..dace3a069 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.35.0 + 0.36.0 jar jmxfetch