Skip to content

Commit

Permalink
0.39.1 release (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
prognant authored Sep 18, 2020
1 parent bb5c3ef commit 75d2880
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.39.1 / 2020-09-18

### Changes
* [BUGFIX] Correct collection loop period [#323][]
* [IMPROVEMENT] Issue debug message for invalid types [#314][]

# 0.39.0 / 2020-09-03

### Changes
Expand Down Expand Up @@ -521,6 +527,8 @@ Changelog
[#320]: https://github.com/DataDog/jmxfetch/issues/320
[#321]: https://github.com/DataDog/jmxfetch/issues/321
[#322]: https://github.com/DataDog/jmxfetch/issues/322
[#323]: https://github.com/DataDog/jmxfetch/issues/323
[#314]: https://github.com/DataDog/jmxfetch/issues/314
[@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.39.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.39.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.39.0</version>
<version>0.39.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 75d2880

Please sign in to comment.