Skip to content

Commit

Permalink
Merge pull request #256 from DataDog/remeh/0.33.1
Browse files Browse the repository at this point in the history
Release 0.33.1
  • Loading branch information
remeh authored Nov 29, 2019
2 parents f3366cf + 02a614c commit 227f809
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.1 / 2019-11-29

* [IMPROVEMENT] Identify an instance with its configured name if available. [#255][]

# 0.33.0 / 2019-10-10

* [IMPROVEMENT] Add the ability to list metrics in JSON. See [#241][]
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.33.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.33.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>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.33.0</version>
<version>0.33.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 227f809

Please sign in to comment.