Skip to content

Commit 4c36826

Browse files
authored
preparing release 0.49.3 (#532)
1 parent 068d0e7 commit 4c36826

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
3-
# 0.49.3-SNAPSHOT / 2024-06-07
3+
# 0.49.3 / 2024-07-26
4+
* [FEATURE] Added support for jsr77 j2ee statistics [#531][]
5+
* [FEATURE] Added support for custom ConnectionFactory [#530][]
46

57
# 0.49.2 / 2024-06-07
68
* [FEATURE] Added support for emitting logs with thread name [#525][]
@@ -773,6 +775,8 @@ Changelog
773775
[#512]: https://github.com/DataDog/jmxfetch/issues/512
774776
[#522]: https://github.com/DataDog/jmxfetch/issues/522
775777
[#525]: https://github.com/DataDog/jmxfetch/issues/525
778+
[#530]: https://github.com/DataDog/jmxfetch/issues/530
779+
[#531]: https://github.com/DataDog/jmxfetch/issues/531
776780
[@alz]: https://github.com/alz
777781
[@aoking]: https://github.com/aoking
778782
[@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.3-SNAPSHOT-jar-with-dependencies.jar --help
184+
java -jar jmxfetch-0.49.3-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.3-SNAPSHOT</version>
8+
<version>0.49.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)