Skip to content

Commit

Permalink
Merge pull request #107 from DataDog/yann/0.12.0
Browse files Browse the repository at this point in the history
0.12.0
  • Loading branch information
yannmh authored Sep 8, 2016
2 parents a20dba9 + 9d52bc1 commit f50da43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit f50da43

Please sign in to comment.