Skip to content

Commit

Permalink
Merge pull request #220 from DataDog/albertvaka/0.28.0
Browse files Browse the repository at this point in the history
[release] jmxfetch 0.28.0
  • Loading branch information
albertvaka authored Apr 30, 2019
2 parents 723058d + 5c753bb commit f8fcc77
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 0.28.0 / 2019-04-29

### Changes

* [IMPROVEMENT] Added --version command. See [#218][]
* [BUGFIX] Don't print a stacktrace when failing to get a metric. See [#219][]

# 0.27.0 / 2019-03-01

### Changes
Expand Down Expand Up @@ -327,6 +334,8 @@ Changes
[#210]: https://github.com/DataDog/jmxfetch/issues/210
[#212]: https://github.com/DataDog/jmxfetch/issues/212
[#214]: https://github.com/DataDog/jmxfetch/issues/214
[#218]: https://github.com/DataDog/jmxfetch/issues/218
[#219]: https://github.com/DataDog/jmxfetch/issues/219
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand All @@ -335,4 +344,4 @@ Changes
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
[@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 @@ -51,5 +51,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.27.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.28.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.27.0</version>
<version>0.28.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit f8fcc77

Please sign in to comment.