Skip to content

Commit

Permalink
Merge pull request #363 from DataDog/olivierg/prepapre-0.44.0
Browse files Browse the repository at this point in the history
Prepare version 0.44.0
  • Loading branch information
ogaca-dd authored May 3, 2021
2 parents 3bedef9 + 364ae68 commit 89f21e3
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.44.0 / 2020-05-03

### Changes
* [IMPROVEMENT] Display more information when the error `Could not initialize instance` happens [#362][]

# 0.43.1 / 2020-04-27

### Changes
Expand Down Expand Up @@ -599,6 +604,7 @@ Changelog
[#357]: https://github.com/DataDog/jmxfetch/issues/357
[#358]: https://github.com/DataDog/jmxfetch/issues/358
[#360]: https://github.com/DataDog/jmxfetch/issues/360
[#362]: https://github.com/DataDog/jmxfetch/issues/362
[@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 @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.43.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.44.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.43.1</version>
<version>0.44.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 89f21e3

Please sign in to comment.