Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed May 22, 2019
1 parent 2405b26 commit 8d4ca61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 0.29.0 / 2019-05-22

### Changes

* [IMPROVEMENT] Log via slf4j instead of directly to log4j. See [#223][]
* [IMPROVEMENT] Use Lombok builder for AppConfig, formalize jvm_direct connection. See [#225][]

# 0.28.0 / 2019-04-29

### Changes
Expand Down Expand Up @@ -336,6 +343,8 @@ Changes
[#214]: https://github.com/DataDog/jmxfetch/issues/214
[#218]: https://github.com/DataDog/jmxfetch/issues/218
[#219]: https://github.com/DataDog/jmxfetch/issues/219
[#223]: https://github.com/DataDog/jmxfetch/issues/223
[#225]: https://github.com/DataDog/jmxfetch/issues/225
[@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.28.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.29.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.28.0</version>
<version>0.29.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 8d4ca61

Please sign in to comment.