diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14eeee0de..9569c5841 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
=========
+# 0.36.2 / 2020-05-15
+
+### Changes
+* [SECURITY] Bump snakeyaml dependency to 1.26. [#294][]
+* [IMPROVEMENT] Only log about broken instances when they exist. [#280][]
+
# 0.36.1 / 2020-04-02
### Changes
@@ -466,11 +472,13 @@ Changelog
[#275]: https://github.com/DataDog/jmxfetch/issues/275
[#277]: https://github.com/DataDog/jmxfetch/issues/277
[#278]: https://github.com/DataDog/jmxfetch/issues/278
+[#280]: https://github.com/DataDog/jmxfetch/issues/280
[#284]: https://github.com/DataDog/jmxfetch/issues/284
[#285]: https://github.com/DataDog/jmxfetch/issues/285
[#287]: https://github.com/DataDog/jmxfetch/issues/287
[#288]: https://github.com/DataDog/jmxfetch/issues/288
[#289]: https://github.com/DataDog/jmxfetch/issues/289
+[#294]: https://github.com/DataDog/jmxfetch/issues/294
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index 7b97a23c9..daf7814f7 100644
--- a/README.md
+++ b/README.md
@@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.36.1-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.36.2-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index b178850a4..f5147db01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.36.1
+ 0.36.2
jar
jmxfetch