diff --git a/CHANGELOG.md b/CHANGELOG.md
index 270ba13e..fe158594 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
Changelog
=========
-# 0.49.1 / TBD
+# 0.49.1 / 2024-04-09
* [FEATURE] Add ZGC Major and Minor Cycles and ZGC Major and Minor Pauses beans support out of the box (Generational ZGC support) [#509][]
+* [FEATURE] Added support for emitting logs with millisecond timestamp [#512][]
# 0.49.0 / 2023-11-10
* [FEATURE] Adds more per-instance telemetry data around bean matching
@@ -763,6 +764,7 @@ 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
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index bae9f503..b7405b37 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.1-SNAPSHOT-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.49.1-jar-with-dependencies.jar --help
```
## Updating Maven Wrapper
diff --git a/pom.xml b/pom.xml
index 6018e754..e406f933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.49.1-SNAPSHOT
+ 0.49.1
jar
jmxfetch