From 9bbcdcd12f1ce8f2131563b648ea33b4bd69c674 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Fri, 13 Nov 2020 10:51:57 +0100 Subject: [PATCH] [release] preparing for 0.40.2 (#341) --- CHANGELOG.md | 12 ++++++++++-- README.md | 2 +- pom.xml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ca01b1b..95c8ada30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ Changelog # 0.40.1 / 2020-10-30 ### Changes -* [IMPROVEMENT] Status tracks java-dogstarsd-client errors [#336][] +* [BUGFIX] Bump java-dogstatsd-client to version 2.10.4: fixes thread leak [java-dogstatsd-client-issue-126][]. [#340][] + +# 0.40.1 / 2020-10-30 + +### Changes +* [IMPROVEMENT] Status tracks java-dogstatsd-client errors [#336][] # 0.40.0 / 2020-10-28 @@ -406,6 +411,8 @@ Changelog * [FEATURE] Support new types: Boolean, String, java.lang.Number, AtomicInteger, AtomicLong: See [#25][] [#26][] (Thanks [@coupacooke][]) +[java-dogstatsd-client-issue-126]: https://github.com/DataDog/java-dogstatsd-client/pull/126 + [#14]: https://github.com/DataDog/jmxfetch/issues/14 [#19]: https://github.com/DataDog/jmxfetch/issues/19 @@ -549,6 +556,7 @@ Changelog [#331]: https://github.com/DataDog/jmxfetch/issues/331 [#335]: https://github.com/DataDog/jmxfetch/issues/335 [#336]: https://github.com/DataDog/jmxfetch/issues/336 +[#340]: https://github.com/DataDog/jmxfetch/issues/340 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia @@ -557,4 +565,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 4c92f1a70..a690826a7 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.40.1-jar-with-dependencies.jar --help +java -jar jmxfetch-0.40.2-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 01715c289..1b84c4298 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.40.1 + 0.40.2 jar jmxfetch