Skip to content

Commit

Permalink
Merge pull request #518 from DataDog/carlosroman/release-0.49.1
Browse files Browse the repository at this point in the history
[AMLII-1610] Preparing release 0.49.1

Co-authored-by: carlosroman <[email protected]>
  • Loading branch information
dd-mergequeue[bot] and carlosroman authored Apr 9, 2024
2 parents d70a4a4 + b6192ac commit 56abcaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog
=========
# 0.49.1 / TBD
# 0.49.1 / 2024-04-09
* [FEATURE] Add ZGC Major and Minor Cycles and ZGC Major and Minor Pauses beans support out of the box (Generational ZGC support) [#509][]
* [FEATURE] Added support for emitting logs with millisecond timestamp [#512][]

# 0.49.0 / 2023-11-10
* [FEATURE] Adds more per-instance telemetry data around bean matching
Expand Down Expand Up @@ -763,6 +764,7 @@ 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
[@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.1-SNAPSHOT-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.1-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.1-SNAPSHOT</version>
<version>0.49.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 56abcaf

Please sign in to comment.