Skip to content

Commit

Permalink
Merge pull request #252 from DataDog/remeh/0.33.0
Browse files Browse the repository at this point in the history
Release 0.33.0
  • Loading branch information
remeh authored Oct 10, 2019
2 parents a1cca65 + 146db2f commit f59dace
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

# 0.33.0 / 2019-10-10

* [IMPROVEMENT] Add the ability to list metrics in JSON. See [#241][]

# 0.32.1 / 2019-09-27

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.32.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.33.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.32.1</version>
<version>0.33.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit f59dace

Please sign in to comment.