Skip to content

Commit

Permalink
[release] preparing for 0.44.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Dec 10, 2021
1 parent ffb04cf commit aced8df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

# 0.44.4 / 2021-12-10

### Changes

* [BUGFIX] enable format no NoLookups for log4j

# 0.44.3 / 2021-08-24

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.44.3-jar-with-dependencies.jar --help
java -jar jmxfetch-0.44.4-jar-with-dependencies.jar --help
```
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.44.3</version>
<version>0.44.4</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit aced8df

Please sign in to comment.