diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99515eae..8fcec781 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
Changelog
=========
+# 0.49.3-SNAPSHOT / 2024-06-07
+
# 0.49.2 / 2024-06-07
* [FEATURE] Added support for emitting logs with thread name [#525][]
* [BUGFIX] Telemetry is no longer initialized when telemetry is disabled [#522][]
@@ -768,7 +770,9 @@ Changelog
[#469]: https://github.com/DataDog/jmxfetch/issues/469
[#477]: https://github.com/DataDog/jmxfetch/issues/477
[#509]: https://github.com/DataDog/jmxfetch/issues/509
-[#512]: https://github.com/DataDog/jmxfetch/pull/512
+[#512]: https://github.com/DataDog/jmxfetch/issues/512
+[#522]: https://github.com/DataDog/jmxfetch/issues/522
+[#525]: https://github.com/DataDog/jmxfetch/issues/525
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index 00112a28..a1051073 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.2-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.49.3-SNAPSHOT-jar-with-dependencies.jar --help
```
## Updating Maven Wrapper
diff --git a/pom.xml b/pom.xml
index 3163049b..3b6c8c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.49.2
+ 0.49.3-SNAPSHOT
jar
jmxfetch