Skip to content

Commit

Permalink
[release] 0.40.3: updating changelog, readme and pom (#344)
Browse files Browse the repository at this point in the history
* [release] updating changelog, readme and pom

* [changelog] fixing details
  • Loading branch information
truthbk authored Nov 19, 2020
1 parent c2fd70b commit 355a95c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

# 0.40.3 / 2020-11-19

### Changes
* [BUGFIX] Bump java-dogstatsd-client to version 2.10.5: fixes thread leak [java-dogstatsd-client-issue-128][]. [#344][]

# 0.40.2 / 2020-11-13

### Changes
Expand Down Expand Up @@ -411,6 +416,7 @@ Changelog
* [FEATURE] Support new types: Boolean, String, java.lang.Number, AtomicInteger, AtomicLong: See [#25][] [#26][] (Thanks [@coupacooke][])


[java-dogstatsd-client-issue-128]: https://github.com/DataDog/java-dogstatsd-client/pull/128
[java-dogstatsd-client-issue-126]: https://github.com/DataDog/java-dogstatsd-client/pull/126

<!--- The following link definition list is generated by PimpMyChangelog --->
Expand Down Expand Up @@ -557,6 +563,7 @@ Changelog
[#335]: https://github.com/DataDog/jmxfetch/issues/335
[#336]: https://github.com/DataDog/jmxfetch/issues/336
[#340]: https://github.com/DataDog/jmxfetch/issues/340
[#344]: https://github.com/DataDog/jmxfetch/issues/344
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand All @@ -565,4 +572,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.40.2-jar-with-dependencies.jar --help
java -jar jmxfetch-0.40.3-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.2</version>
<version>0.40.3</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 355a95c

Please sign in to comment.