Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching to 0.49.3-SNAPSHOT #528

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [IMPROVEMENT] Updated version to jmxfetch-0.49.3-SNAPSHOT

Not sure if IMPROVEMENT or something else, or if there can be a better way to word this, but should probably have some text here to note what the change was.

Copy link
Contributor Author

@carlosroman carlosroman Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a placeholder for the next release so will be updated with the content of the next release as we add new features.

# 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
Loading