Skip to content

Commit

Permalink
preparing release 0.49.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Aug 22, 2024
1 parent 7b08a55 commit 398df3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
=========
# 0.49.4 / TBC
* [?] ?
* [FEATURE] Added support for IBM J9 gc metrics [#534][]

# 0.49.3-SNAPSHOT / 2024-07-26
# 0.49.3 / 2024-07-26
* [FEATURE] Added support for jsr77 j2ee statistics [#531][]
* [FEATURE] Added support for custom ConnectionFactory [#530][]

Expand Down Expand Up @@ -780,6 +780,7 @@ Changelog
[#525]: https://github.com/DataDog/jmxfetch/issues/525
[#530]: https://github.com/DataDog/jmxfetch/issues/530
[#531]: https://github.com/DataDog/jmxfetch/issues/531
[#534]: https://github.com/DataDog/jmxfetch/issues/534
[@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 @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.49.4-SNAPSHOT-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.4-jar-with-dependencies.jar --help
```

## Updating Maven Wrapper
Expand Down
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.49.4-SNAPSHOT</version>
<version>0.49.4</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 398df3a

Please sign in to comment.