Skip to content

Commit 6bb22a1

Browse files
authored
[AMLII-2128] preparing release 0.49.5 (#543)
1 parent 1b738ab commit 6bb22a1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
=========
3-
# 0.49.5 / TBC
3+
# 0.49.5 / 2024-10-24
4+
* [FEATURE] Added support for `UnloadedClassCount` metric [#540][]
45

56
# 0.49.4 / 2024-08-23
67
* [FEATURE] Added support for IBM J9 gc metrics [#534][]
@@ -783,6 +784,7 @@ Changelog
783784
[#530]: https://github.com/DataDog/jmxfetch/issues/530
784785
[#531]: https://github.com/DataDog/jmxfetch/issues/531
785786
[#534]: https://github.com/DataDog/jmxfetch/issues/534
787+
[#540]: https://github.com/DataDog/jmxfetch/issues/540
786788
[@alz]: https://github.com/alz
787789
[@aoking]: https://github.com/aoking
788790
[@arrawatia]: https://github.com/arrawatia

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181

182182
```
183183
Get help on usage:
184-
java -jar jmxfetch-0.49.5-SNAPSHOT-jar-with-dependencies.jar --help
184+
java -jar jmxfetch-0.49.5-jar-with-dependencies.jar --help
185185
```
186186

187187
## Updating Maven Wrapper

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.datadoghq</groupId>
77
<artifactId>jmxfetch</artifactId>
8-
<version>0.49.5-SNAPSHOT</version>
8+
<version>0.49.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)