diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60217cf4a..a43d52aad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========
+# 0.38.2 / 2020-07-17
+
+### Changes
+* [BUGFIX] Re-introduce support of Java 7, broken in `0.38.1` because of a dependency upgrade. [#311][]
+
# 0.38.1 / 2020-07-07
### Changes
@@ -504,6 +509,7 @@ Changelog
[#303]: https://github.com/DataDog/jmxfetch/issues/303
[#306]: https://github.com/DataDog/jmxfetch/issues/306
[#308]: https://github.com/DataDog/jmxfetch/issues/308
+[#311]: https://github.com/DataDog/jmxfetch/issues/311
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
@@ -512,4 +518,4 @@ Changelog
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
-[@nwillems]: https://github.com/nwillems
\ No newline at end of file
+[@nwillems]: https://github.com/nwillems
diff --git a/README.md b/README.md
index bd4f2c5b0..0d27ecc4c 100644
--- a/README.md
+++ b/README.md
@@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.38.1-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.38.2-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index fbc4102a2..d10d407bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.38.1
+ 0.38.2
jar
jmxfetch