Skip to content

Commit

Permalink
[release] 0.41.0 updates to pom, readme and changelog (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Dec 14, 2020
1 parent f4237db commit 9cd2a64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

# 0.41.0 / 2020-12-14

### Changes
* [FEATURE] Make collection of default JVM metrics optional [#345][]

# 0.40.3 / 2020-11-19

### Changes
Expand Down Expand Up @@ -564,6 +569,7 @@ Changelog
[#336]: https://github.com/DataDog/jmxfetch/issues/336
[#340]: https://github.com/DataDog/jmxfetch/issues/340
[#344]: https://github.com/DataDog/jmxfetch/issues/344
[#345]: https://github.com/DataDog/jmxfetch/issues/345
[@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.40.3-jar-with-dependencies.jar --help
java -jar jmxfetch-0.41.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.40.3</version>
<version>0.41.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 9cd2a64

Please sign in to comment.