Skip to content

Commit

Permalink
release 0.20.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Apr 24, 2018
1 parent 7c83397 commit d4d471e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changes
### Changes

* [FEATURE] Configs can now be given to jmxfetch using the https endpoint when running list_* troubleshooting commands. See [#171][].

* [IMPROVEMENT] Parameter `rmi_client_timeout` can now be given as an integer. See [#170][].
# 0.19.0 / 03/19/2018

### Changes
Expand Down Expand Up @@ -227,6 +227,8 @@ Changes
[#164]: https://github.com/DataDog/jmxfetch/issues/164
[#167]: https://github.com/DataDog/jmxfetch/issues/167
[#168]: https://github.com/DataDog/jmxfetch/issues/168
[#170]: https://github.com/DataDog/jmxfetch/issues/170
[#171]: https://github.com/DataDog/jmxfetch/issues/171
[@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.19.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.20.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.19.0</version>
<version>0.20.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit d4d471e

Please sign in to comment.