Skip to content

Commit

Permalink
Bumping to 0.49.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed May 8, 2024
1 parent 56abcaf commit 1969237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
=========
# 0.49.2-SNAPSHOT / TBC

# 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][]
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-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.2-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.1</version>
<version>0.49.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 1969237

Please sign in to comment.