Skip to content

Commit

Permalink
[AMLII-2128] preparing release 0.49.5 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman authored Oct 24, 2024
1 parent 1b738ab commit 6bb22a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========
# 0.49.5 / TBC
# 0.49.5 / 2024-10-24
* [FEATURE] Added support for `UnloadedClassCount` metric [#540][]

# 0.49.4 / 2024-08-23
* [FEATURE] Added support for IBM J9 gc metrics [#534][]
Expand Down Expand Up @@ -783,6 +784,7 @@ Changelog
[#530]: https://github.com/DataDog/jmxfetch/issues/530
[#531]: https://github.com/DataDog/jmxfetch/issues/531
[#534]: https://github.com/DataDog/jmxfetch/issues/534
[#540]: https://github.com/DataDog/jmxfetch/issues/540
[@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.5-SNAPSHOT-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.5-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.5-SNAPSHOT</version>
<version>0.49.5</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 6bb22a1

Please sign in to comment.