Skip to content

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
Adds changelog
  • Loading branch information
albertvaka committed Aug 21, 2019
1 parent c2d6ff2 commit 6cad965
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

# 0.31.0 / 2019-08-21

### Changes
* [IMPROVEMENT] Handle attributes that were being ignored on jasperserver. See [#243][]

# 0.30.1 / 2019-08-09

### Changes
Expand Down Expand Up @@ -381,6 +386,7 @@ Changes
[#231]: https://github.com/DataDog/jmxfetch/issues/231
[#237]: https://github.com/DataDog/jmxfetch/issues/237
[#240]: https://github.com/DataDog/jmxfetch/issues/240
[#243]: https://github.com/DataDog/jmxfetch/issues/243
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
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.30.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.31.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.30.1</version>
<version>0.31.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 6cad965

Please sign in to comment.