Skip to content

Commit

Permalink
[release] preparing version 0.47.8 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell authored Apr 14, 2023
1 parent 0cc8429 commit 27e1286
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
# 0.47.8 / 2022-04-14

* [BUGFIX] Changes connection failure detection during bean refresh to be more efficient [#424][]

# 0.47.7 / 2022-04-03

Expand Down Expand Up @@ -724,6 +727,7 @@ Changelog
[#416]: https:/DataDog/jmxfetch/issues/416
[#419]: https:/DataDog/jmxfetch/issues/419
[#420]: https:/DataDog/jmxfetch/issues/420
[#424]: https:/DataDog/jmxfetch/issues/424
[@alz]: https:/alz
[@aoking]: https:/aoking
[@arrawatia]: https:/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.47.7-jar-with-dependencies.jar --help
java -jar jmxfetch-0.47.8-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.47.7</version>
<version>0.47.8</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 27e1286

Please sign in to comment.