Skip to content

Commit

Permalink
[release] 0.36.1 changelog (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
prognant authored Apr 2, 2020
1 parent f39e75a commit a05c365
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,12 @@
Changelog
=========

# 0.36.1 / 2020-04-02

### Changes
* [IMPROVEMENT] Fix json service check status [#287][]
* [BUGFIX] Revert pull request [#285][] [#288][] and re-implement the ability to configure the RMI connection timeout [#289][]

# 0.36.0 / 2020-03-31

### Changes
Expand Down Expand Up @@ -462,6 +468,9 @@ Changelog
[#278]: https:/DataDog/jmxfetch/issues/278
[#284]: https:/DataDog/jmxfetch/issues/284
[#285]: https:/DataDog/jmxfetch/issues/285
[#287]: https:/DataDog/jmxfetch/issues/287
[#288]: https:/DataDog/jmxfetch/issues/288
[#289]: https:/DataDog/jmxfetch/issues/289
[@alz]: https:/alz
[@aoking]: https:/aoking
[@arrawatia]: https:/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.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.36.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.36.0</version>
<version>0.36.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit a05c365

Please sign in to comment.