diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68bb9412e..ad332f191 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changes
=======
+# 0.19.0 / 03/19/2018
+
+### Changes
+
+* [FEATURE] Ability to specify tags on metrics based on regex groupings of bean names. See [#167][].
+* [IMPROVEMENT] Set TCP response timeout to ensure JMXFetch doesn't hang on broken beans. See [#168][].
+
# 0.18.2 / 02-13-2018
#### Changes
@@ -19,12 +26,6 @@ Changes
* [FEATURE] Collect instance configurations via API. See [#156][]
-# 0.18.0 / Unreleased
-
-#### Changes
-
-* [FEATURE] Collect instance configurations via API. See [#156][]
-
# 0.17.0 / 09-20-2017
#### Changes
@@ -218,6 +219,8 @@ Changes
[#156]: https://github.com/DataDog/jmxfetch/issues/156
[#161]: https://github.com/DataDog/jmxfetch/issues/161
[#164]: https://github.com/DataDog/jmxfetch/issues/164
+[#167]: https://github.com/DataDog/jmxfetch/issues/167
+[#168]: https://github.com/DataDog/jmxfetch/issues/168
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
diff --git a/README.md b/README.md
index 4b63a224f..aa05427e4 100644
--- a/README.md
+++ b/README.md
@@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.18.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.19.0-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index d43acee23..83c246589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
datadog
jmxfetch
- 0.18.2
+ 0.19.0
jar
jmxfetch