Skip to content

Commit

Permalink
[release] preparing 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Mar 14, 2022
1 parent 109fed1 commit b6f96ec
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,12 @@
Changelog
=========

# 0.46.0 / 2022-03-14

### Changes

* [FEATURE] Make StatsD client queue size and telemetry configurable [#390][]

# 0.45.3 / 2021-12-22

### Changes
Expand Down Expand Up @@ -669,6 +675,7 @@ Changelog
[#376]: https://github.com/DataDog/jmxfetch/issues/376
[#380]: https://github.com/DataDog/jmxfetch/issues/380
[#383]: https://github.com/DataDog/jmxfetch/issues/383
[#390]: https://github.com/DataDog/jmxfetch/issues/390
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand All @@ -677,4 +684,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 @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.45.3-jar-with-dependencies.jar --help
java -jar jmxfetch-0.46.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.45.3</version>
<version>0.46.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit b6f96ec

Please sign in to comment.