Skip to content

Commit

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

# 0.45.3 / 2021-12-22

### Changes

* [OTHER] remove all dependencies on log4j and use `java.util.logging` instead [#383][]

# 0.44.6 / 2021-12-21

### Changes

* [OTHER] remove all dependencies on log4j and use `java.util.logging` instead [#383][]

# 0.45.2 / 2021-12-15

### Changes
Expand Down Expand Up @@ -656,6 +668,7 @@ Changelog
[#375]: https://github.com/DataDog/jmxfetch/issues/375
[#376]: https://github.com/DataDog/jmxfetch/issues/376
[#380]: https://github.com/DataDog/jmxfetch/issues/380
[#383]: https://github.com/DataDog/jmxfetch/issues/383
[@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 @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.45.2-jar-with-dependencies.jar --help
java -jar jmxfetch-0.45.3-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.45.2</version>
<version>0.45.3</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 1827be8

Please sign in to comment.