diff --git a/CHANGELOG.md b/CHANGELOG.md
index eda8ecd3d..fbf407906 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Changes
### Changes
* [FEATURE] Configs can now be given to jmxfetch using the https endpoint when running list_* troubleshooting commands. See [#171][].
-
+* [IMPROVEMENT] Parameter `rmi_client_timeout` can now be given as an integer. See [#170][].
# 0.19.0 / 03/19/2018
### Changes
@@ -227,6 +227,8 @@ Changes
[#164]: https://github.com/DataDog/jmxfetch/issues/164
[#167]: https://github.com/DataDog/jmxfetch/issues/167
[#168]: https://github.com/DataDog/jmxfetch/issues/168
+[#170]: https://github.com/DataDog/jmxfetch/issues/170
+[#171]: https://github.com/DataDog/jmxfetch/issues/171
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index aa05427e4..11eeed0c3 100644
--- a/README.md
+++ b/README.md
@@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.19.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.20.0-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index 83c246589..a57639208 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
datadog
jmxfetch
- 0.19.0
+ 0.20.0
jar
jmxfetch