diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2165005..3f6f05025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +# 0.46.0 / 2022-03-14 + +### Changes + +* [FEATURE] Make StatsD client queue size and telemetry configurable [#390][] + # 0.45.3 / 2021-12-22 ### Changes @@ -669,6 +675,7 @@ Changelog [#376]: https://github.com/DataDog/jmxfetch/issues/376 [#380]: https://github.com/DataDog/jmxfetch/issues/380 [#383]: https://github.com/DataDog/jmxfetch/issues/383 +[#390]: https://github.com/DataDog/jmxfetch/issues/390 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia @@ -677,4 +684,4 @@ Changelog [@coupacooke]: https://github.com/coupacooke [@cslee00]: https://github.com/cslee00 [@mattdrees]: https://github.com/mattdrees -[@nwillems]: https://github.com/nwillems +[@nwillems]: https://github.com/nwillems \ No newline at end of file diff --git a/README.md b/README.md index 1ee31e98b..32fc4bb43 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.45.3-jar-with-dependencies.jar --help +java -jar jmxfetch-0.46.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 9275e6a9f..a5fbd2b9a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.45.3 + 0.46.0 jar jmxfetch