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