Skip to content

Commit

Permalink
[release] 0.20.1 release (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Jun 26, 2018
1 parent f657b0b commit 8efbc04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 0.20.1 / Unreleased

### Changes

* [BUGFIX] Use provided check name in the JSON as the instance check name. See [#174][].

# 0.20.0 / 04-30-2018

### Changes
Expand Down Expand Up @@ -230,11 +236,12 @@ Changes
[#168]: https://github.com/DataDog/jmxfetch/issues/168
[#170]: https://github.com/DataDog/jmxfetch/issues/170
[#171]: https://github.com/DataDog/jmxfetch/issues/171
[#174]: https://github.com/DataDog/jmxfetch/issues/174
[@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
[@cslee00]: https://github.com/cslee00
[@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.20.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.20.1-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.0</version>
<version>0.20.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 8efbc04

Please sign in to comment.