Skip to content

Commit

Permalink
Release jmxfetch 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau committed Jan 9, 2019
1 parent 79a3131 commit 1c1c4fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 0.24.1 / 2018-01-09

### Changes

* [SECURITY] Bump FasterXML to 2.9.8. See [#206][] and [CVE-2018-1000873](https://nvd.nist.gov/vuln/detail/CVE-2018-1000873).

# 0.24.0 / 2018-12-10

### Changes
Expand Down Expand Up @@ -278,6 +284,7 @@ Changes
[#197]: https://github.com/DataDog/jmxfetch/issues/197
[#198]: https://github.com/DataDog/jmxfetch/issues/198
[#201]: https://github.com/DataDog/jmxfetch/issues/201
[#206]: https://github.com/DataDog/jmxfetch/issues/206
[@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 @@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.24.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.24.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.24.0</version>
<version>0.24.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 1c1c4fa

Please sign in to comment.