diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3efcbdf3d..60217cf4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========
+# 0.38.1 / 2020-07-07
+
+### Changes
+* [BUGFIX] Apply the '--log_format_rfc3339' option to the console logger. [#308][]
+
# 0.38.0 / 2020-06-25
### Changes
@@ -498,6 +503,7 @@ Changelog
[#302]: https://github.com/DataDog/jmxfetch/issues/302
[#303]: https://github.com/DataDog/jmxfetch/issues/303
[#306]: https://github.com/DataDog/jmxfetch/issues/306
+[#308]: https://github.com/DataDog/jmxfetch/issues/308
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
@@ -506,4 +512,4 @@ Changelog
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
-[@nwillems]: https://github.com/nwillems
+[@nwillems]: https://github.com/nwillems
\ No newline at end of file
diff --git a/README.md b/README.md
index a8374d5f8..bd4f2c5b0 100644
--- a/README.md
+++ b/README.md
@@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.38.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.38.1-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index 1a00604f8..d79139976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.38.0
+ 0.38.1
jar
jmxfetch