diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2eb9187..f112c1025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changes ======= +# 0.12.0 / Unreleased + +#### Changes +* [BUGFIX] Fix `list_not_matching_attributes` action to return all "not matching" attributes. See [#102][] (Thanks [@nwillems][]) # 0.11.0 / 05-23-2016 @@ -115,7 +119,8 @@ Changes [#95]: https://github.com/DataDog/jmxfetch/issues/95 [#96]: https://github.com/DataDog/jmxfetch/issues/96 [#97]: https://github.com/DataDog/jmxfetch/issues/97 +[#102]: https://github.com/DataDog/jmxfetch/issues/102 [@alz]: https://github.com/alz [@bluestix]: https://github.com/bluestix [@coupacooke]: https://github.com/coupacooke -[@nwillems]: https://github.com/nwillems +[@nwillems]: https://github.com/nwillems \ No newline at end of file diff --git a/README.md b/README.md index 2715d1155..ffff62f4a 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.11.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.12.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 03848ab48..e3c82e273 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ datadog jmxfetch - 0.11.0 + 0.12.0 jar jmxfetch