Skip to content

Commit

Permalink
Merge pull request #359 from DataDog/olivierg/prepare-0.43
Browse files Browse the repository at this point in the history
Prepare release 0.43.0
  • Loading branch information
ogaca-dd authored Apr 16, 2021
2 parents 008b5b2 + b731c58 commit fd884ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

# 0.43.0 / 2020-04-16

### Changes
* [FEATURE] Add `jvm.gc.old_gen_size` as an alias for `Tenured Gen` [#358][]
* [BUGFIX] Prevent double signing of release artifacts [#357][]

# 0.42.1 / 2020-03-30

### Changes
Expand Down Expand Up @@ -585,6 +591,8 @@ Changelog
[#345]: https://github.com/DataDog/jmxfetch/issues/345
[#348]: https://github.com/DataDog/jmxfetch/issues/348
[#349]: https://github.com/DataDog/jmxfetch/issues/349
[#357]: https://github.com/DataDog/jmxfetch/issues/357
[#358]: https://github.com/DataDog/jmxfetch/issues/358
[@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.42.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.43.0-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.42.1</version>
<version>0.43.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit fd884ff

Please sign in to comment.