diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12713334..8133e3cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
Changelog
=========
# 0.49.4 / TBC
-* [?] ?
+* [FEATURE] Added support for IBM J9 gc metrics [#534][]
-# 0.49.3-SNAPSHOT / 2024-07-26
+# 0.49.3 / 2024-07-26
* [FEATURE] Added support for jsr77 j2ee statistics [#531][]
* [FEATURE] Added support for custom ConnectionFactory [#530][]
@@ -780,6 +780,7 @@ Changelog
[#525]: https://github.com/DataDog/jmxfetch/issues/525
[#530]: https://github.com/DataDog/jmxfetch/issues/530
[#531]: https://github.com/DataDog/jmxfetch/issues/531
+[#534]: https://github.com/DataDog/jmxfetch/issues/534
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index 9c965f78..d558aca0 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.4-SNAPSHOT-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.49.4-jar-with-dependencies.jar --help
```
## Updating Maven Wrapper
diff --git a/pom.xml b/pom.xml
index cc074c95..819a9c30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.49.4-SNAPSHOT
+ 0.49.4
jar
jmxfetch