Skip to content

Commit

Permalink
0.38.2 release (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau authored Jul 17, 2020
1 parent 69ee06f commit b65da31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

# 0.38.2 / 2020-07-17

### Changes
* [BUGFIX] Re-introduce support of Java 7, broken in `0.38.1` because of a dependency upgrade. [#311][]

# 0.38.1 / 2020-07-07

### Changes
Expand Down Expand Up @@ -504,6 +509,7 @@ Changelog
[#303]: https://github.com/DataDog/jmxfetch/issues/303
[#306]: https://github.com/DataDog/jmxfetch/issues/306
[#308]: https://github.com/DataDog/jmxfetch/issues/308
[#311]: https://github.com/DataDog/jmxfetch/issues/311
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand All @@ -512,4 +518,4 @@ Changelog
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
[@nwillems]: https://github.com/nwillems
[@nwillems]: https://github.com/nwillems
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.38.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.38.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.38.1</version>
<version>0.38.2</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit b65da31

Please sign in to comment.