Skip to content

Commit

Permalink
[release] 0.36.2 changelog (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau authored May 15, 2020
1 parent 8004234 commit ed87e76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

# 0.36.2 / 2020-05-15

### Changes
* [SECURITY] Bump snakeyaml dependency to 1.26. [#294][]
* [IMPROVEMENT] Only log about broken instances when they exist. [#280][]

# 0.36.1 / 2020-04-02

### Changes
Expand Down Expand Up @@ -466,11 +472,13 @@ Changelog
[#275]: https://github.com/DataDog/jmxfetch/issues/275
[#277]: https://github.com/DataDog/jmxfetch/issues/277
[#278]: https://github.com/DataDog/jmxfetch/issues/278
[#280]: https://github.com/DataDog/jmxfetch/issues/280
[#284]: https://github.com/DataDog/jmxfetch/issues/284
[#285]: https://github.com/DataDog/jmxfetch/issues/285
[#287]: https://github.com/DataDog/jmxfetch/issues/287
[#288]: https://github.com/DataDog/jmxfetch/issues/288
[#289]: https://github.com/DataDog/jmxfetch/issues/289
[#294]: https://github.com/DataDog/jmxfetch/issues/294
[@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.36.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.36.2-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.36.1</version>
<version>0.36.2</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit ed87e76

Please sign in to comment.