Skip to content

Commit

Permalink
release jmxfetch 0.21.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Oct 10, 2018
1 parent dd406bb commit 2c52e8e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ target/*
.project
/target
.idea
.vscode
*.iml

*.ucls
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 0.21.0 / 10-10-2018

### Changes

* [FEATURE] Adds support for rmi registry connection over SSL and client authentication. See [#185][].
* [IMPROVEMENT] jmxfetch can now be used as a library. See [#180][].

# 0.20.2 / 09-03-2018

### Changes
Expand Down Expand Up @@ -244,6 +251,8 @@ Changes
[#171]: https://github.com/DataDog/jmxfetch/issues/171
[#174]: https://github.com/DataDog/jmxfetch/issues/174
[#178]: https://github.com/DataDog/jmxfetch/issues/178
[#180]: https://github.com/DataDog/jmxfetch/issues/180
[#185]: https://github.com/DataDog/jmxfetch/issues/185
[@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.20.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.21.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.20.2</version>
<version>0.21.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 2c52e8e

Please sign in to comment.