Skip to content

Commit

Permalink
[release] JMXFetch v0.44.1 (#366)
Browse files Browse the repository at this point in the history
And fix release year of changelog entries
  • Loading branch information
olivielpeau authored May 31, 2021
1 parent 7470c85 commit e29eeef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
Changelog
=========

# 0.44.0 / 2020-05-03
# 0.44.1 / 2021-05-31

### Changes
* [OTHER] Bump `jackson-jr-objects` dependency to version `2.12.3` [#364][]

# 0.44.0 / 2021-05-03

### Changes
* [IMPROVEMENT] Display more information when the error `Could not initialize instance` happens [#362][]

# 0.43.1 / 2020-04-27
# 0.43.1 / 2021-04-27

### Changes
* [BUGFIX] Service tag should not be excluded if specified [#360][]

# 0.43.0 / 2020-04-16
# 0.43.0 / 2021-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
# 0.42.1 / 2021-03-30

### Changes
* [IMPROVEMENT] Move publishing pipeline from Bintray to Sonatype. See
[here](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)
for more info.

# 0.42.0 / 2020-01-25
# 0.42.0 / 2021-01-25

### Changes
* [FEATURE] Adds a configurable period for the initial bean refresh [#349][]
Expand Down Expand Up @@ -605,6 +610,7 @@ Changelog
[#358]: https://github.com/DataDog/jmxfetch/issues/358
[#360]: https://github.com/DataDog/jmxfetch/issues/360
[#362]: https://github.com/DataDog/jmxfetch/issues/362
[#364]: https://github.com/DataDog/jmxfetch/issues/364
[@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.44.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.44.1-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.0</version>
<version>0.44.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit e29eeef

Please sign in to comment.