From 4c368260f2f9202313e867610783f2847be233f5 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 29 Jul 2024 10:27:06 +0100 Subject: [PATCH] preparing release 0.49.3 (#532) --- CHANGELOG.md | 6 +++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcec781..563924f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Changelog ========= -# 0.49.3-SNAPSHOT / 2024-06-07 +# 0.49.3 / 2024-07-26 +* [FEATURE] Added support for jsr77 j2ee statistics [#531][] +* [FEATURE] Added support for custom ConnectionFactory [#530][] # 0.49.2 / 2024-06-07 * [FEATURE] Added support for emitting logs with thread name [#525][] @@ -773,6 +775,8 @@ Changelog [#512]: https://github.com/DataDog/jmxfetch/issues/512 [#522]: https://github.com/DataDog/jmxfetch/issues/522 [#525]: https://github.com/DataDog/jmxfetch/issues/525 +[#530]: https://github.com/DataDog/jmxfetch/issues/530 +[#531]: https://github.com/DataDog/jmxfetch/issues/531 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index a1051073..990da0b9 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail. ``` Get help on usage: -java -jar jmxfetch-0.49.3-SNAPSHOT-jar-with-dependencies.jar --help +java -jar jmxfetch-0.49.3-jar-with-dependencies.jar --help ``` ## Updating Maven Wrapper diff --git a/pom.xml b/pom.xml index ec14e907..56b50faf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.49.3-SNAPSHOT + 0.49.3 jar jmxfetch