Skip to content

Commit

Permalink
Switching to 0.49.3-SNAPSHOT (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman authored Jun 10, 2024
1 parent 0d93be1 commit 4d97846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
=========
# 0.49.3-SNAPSHOT / 2024-06-07

# 0.49.2 / 2024-06-07
* [FEATURE] Added support for emitting logs with thread name [#525][]
* [BUGFIX] Telemetry is no longer initialized when telemetry is disabled [#522][]
Expand Down Expand Up @@ -768,7 +770,9 @@ Changelog
[#469]: https://github.com/DataDog/jmxfetch/issues/469
[#477]: https://github.com/DataDog/jmxfetch/issues/477
[#509]: https://github.com/DataDog/jmxfetch/issues/509
[#512]: https://github.com/DataDog/jmxfetch/pull/512
[#512]: https://github.com/DataDog/jmxfetch/issues/512
[#522]: https://github.com/DataDog/jmxfetch/issues/522
[#525]: https://github.com/DataDog/jmxfetch/issues/525
[@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.2-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.3-SNAPSHOT-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.2</version>
<version>0.49.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 4d97846

Please sign in to comment.