Skip to content

Commit 0d93be1

Browse files
authored
preparing release 0.49.2 (#527)
1 parent 89e8328 commit 0d93be1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
3-
# 0.49.2-SNAPSHOT / TBC
3+
# 0.49.2 / 2024-06-07
44
* [FEATURE] Added support for emitting logs with thread name [#525][]
55
* [BUGFIX] Telemetry is no longer initialized when telemetry is disabled [#522][]
66

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.2-SNAPSHOT-jar-with-dependencies.jar --help
184+
java -jar jmxfetch-0.49.2-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.2-SNAPSHOT</version>
8+
<version>0.49.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)