Skip to content

Commit

Permalink
Preparing 0.49.0 release (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell authored Nov 10, 2023
1 parent b6ec32e commit 46425f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog
=========
# Next / TBD

# 0.49.0 / 2023-11-10
* [FEATURE] Adds more per-instance telemetry data around bean matching
* [BUGFIX] Removes un-necessary statsd reinit

# 0.48.0 / 2023-09-26

* [FEATURE] Adds a configurable jmxfetch telemetry check to improve jmxfetch observability [#467][]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.49.0-SNAPSHOT-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.0-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.0-SNAPSHOT</version>
<version>0.49.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 46425f1

Please sign in to comment.