Skip to content

Commit

Permalink
release jmxfetch 0.22.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Oct 19, 2018
1 parent 8b5e407 commit 4786085
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 0.22.0 / 19-10-2018

### Changes

* [FEATURE] Provide a way to pass extra tags when jmxfetch is used as a library. See [#191][].

# 0.21.0 / 10-10-2018

### Changes
Expand Down Expand Up @@ -253,6 +259,7 @@ Changes
[#178]: https://github.com/DataDog/jmxfetch/issues/178
[#180]: https://github.com/DataDog/jmxfetch/issues/180
[#185]: https://github.com/DataDog/jmxfetch/issues/185
[#191]: https://github.com/DataDog/jmxfetch/issues/191
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand Down
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.21.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.22.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>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 4786085

Please sign in to comment.