Skip to content

Commit

Permalink
[release] preparing for 0.40.2 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Nov 13, 2020
1 parent d76f56e commit 9bbcdcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Changelog
# 0.40.1 / 2020-10-30

### Changes
* [IMPROVEMENT] Status tracks java-dogstarsd-client errors [#336][]
* [BUGFIX] Bump java-dogstatsd-client to version 2.10.4: fixes thread leak [java-dogstatsd-client-issue-126][]. [#340][]

# 0.40.1 / 2020-10-30

### Changes
* [IMPROVEMENT] Status tracks java-dogstatsd-client errors [#336][]

# 0.40.0 / 2020-10-28

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


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

<!--- The following link definition list is generated by PimpMyChangelog --->
[#14]: https://github.com/DataDog/jmxfetch/issues/14
[#19]: https://github.com/DataDog/jmxfetch/issues/19
Expand Down Expand Up @@ -549,6 +556,7 @@ Changelog
[#331]: https://github.com/DataDog/jmxfetch/issues/331
[#335]: https://github.com/DataDog/jmxfetch/issues/335
[#336]: https://github.com/DataDog/jmxfetch/issues/336
[#340]: https://github.com/DataDog/jmxfetch/issues/340
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand All @@ -557,4 +565,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.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.40.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.40.1</version>
<version>0.40.2</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 9bbcdcd

Please sign in to comment.