From 46425f1544dc25008b7c56b8e278bba68e0f9a76 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Fri, 10 Nov 2023 13:14:33 -0500 Subject: [PATCH] Preparing 0.49.0 release (#496) --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c38e8ea2..c225e6d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changelog ========= # Next / TBD +# 0.49.0 / 2023-11-10 +* [FEATURE] Adds more per-instance telemetry data around bean matching +* [BUGFIX] Removes un-necessary statsd reinit + # 0.48.0 / 2023-09-26 * [FEATURE] Adds a configurable jmxfetch telemetry check to improve jmxfetch observability [#467][] diff --git a/README.md b/README.md index e9bb9cd2e..118e67777 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ otherwise the subsequent publishes will fail. ``` Get help on usage: -java -jar jmxfetch-0.49.0-SNAPSHOT-jar-with-dependencies.jar --help +java -jar jmxfetch-0.49.0-jar-with-dependencies.jar --help ``` ## Updating Maven Wrapper diff --git a/pom.xml b/pom.xml index 3836d3c8c..e5300e3ad 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.49.0-SNAPSHOT + 0.49.0 jar jmxfetch