diff --git a/CHANGELOG.md b/CHANGELOG.md index c1da29004..195d0dca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 3f4104518..c19ad312a 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pom.xml b/pom.xml index 3192cfb88..c98cc49f2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.28.0 + 0.29.0 jar jmxfetch