Skip to content

Commit

Permalink
0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Sep 20, 2017
1 parent 7c643cb commit d2d6b73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 0.17.0 / 09-20-2017

#### Changes

* [FEATURE] Add support for submission of JMX statuses to REST API. See [#155][]
* [IMPROVEMENT] Rates: add canonical_rate + feature flag for the feature. See [#154][] (Thanks [@arrawatia][])

# 0.16.0 / 08-21-2017

#### Changes
Expand Down Expand Up @@ -182,8 +189,11 @@ Changes
[#143]: https://github.com/DataDog/jmxfetch/issues/143
[#145]: https://github.com/DataDog/jmxfetch/issues/145
[#147]: https://github.com/DataDog/jmxfetch/issues/147
[#154]: https://github.com/DataDog/jmxfetch/issues/154
[#155]: https://github.com/DataDog/jmxfetch/issues/155
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
[@bluestix]: https://github.com/bluestix
[@brothhaar]: https://github.com/brothhaar
[@coupacooke]: https://github.com/coupacooke
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.16.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.17.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.16.0</version>
<version>0.17.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit d2d6b73

Please sign in to comment.