diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fdb98b90..c1da29004 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changes
=======
+# 0.28.0 / 2019-04-29
+
+### Changes
+
+* [IMPROVEMENT] Added --version command. See [#218][]
+* [BUGFIX] Don't print a stacktrace when failing to get a metric. See [#219][]
+
# 0.27.0 / 2019-03-01
### Changes
@@ -327,6 +334,8 @@ Changes
[#210]: https://github.com/DataDog/jmxfetch/issues/210
[#212]: https://github.com/DataDog/jmxfetch/issues/212
[#214]: https://github.com/DataDog/jmxfetch/issues/214
+[#218]: https://github.com/DataDog/jmxfetch/issues/218
+[#219]: https://github.com/DataDog/jmxfetch/issues/219
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
@@ -335,4 +344,4 @@ Changes
[@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 48c0ce1af..53149b1dc 100644
--- a/README.md
+++ b/README.md
@@ -51,5 +51,5 @@ mvn test
# To run:
```
Get help on usage:
-java -jar jmxfetch-0.27.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.28.0-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index 35f64757f..2fd321cc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.27.0
+ 0.28.0
jar
jmxfetch