Skip to content

Commit

Permalink
[release] 0.36.0 changelog (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
prognant authored Mar 31, 2020
1 parent c2e7793 commit 7fb409f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

# 0.36.0 / 2020-03-31

### Changes
* [FEATURE] Add class name and class regex filters [#277][]
* [FEATURE] Add check prefix config [#284][]
* [IMPROVEMENT] Fix service checks in the JSON reporter [#278][]
* [IMPROVEMENT] Fix RMI socket connection timeout [#285][]

# 0.35.0 / 2020-02-24

### Changes
Expand Down Expand Up @@ -450,6 +458,10 @@ Changelog
[#272]: https:/DataDog/jmxfetch/issues/272
[#273]: https:/DataDog/jmxfetch/issues/273
[#275]: https:/DataDog/jmxfetch/issues/275
[#277]: https:/DataDog/jmxfetch/issues/277
[#278]: https:/DataDog/jmxfetch/issues/278
[#284]: https:/DataDog/jmxfetch/issues/284
[#285]: https:/DataDog/jmxfetch/issues/285
[@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.35.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.36.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.35.0</version>
<version>0.36.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 7fb409f

Please sign in to comment.