Skip to content

Commit

Permalink
[release] prepare for 0.34.0. (#259)
Browse files Browse the repository at this point in the history
* [pom] bump version to 0.34.0

* [changelog] add changes + readme update
  • Loading branch information
truthbk authored Jan 13, 2020
1 parent a235724 commit 06092cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changes
=======
Changelog
=========

# 0.34.0 / 2020-01-13

### Changes
* [IMPROVEMENT] Collect direct memory buffers by default. [#257][]
* [SECURITY] Migrate to log4j2. [#258][]

# 0.33.1 / 2019-11-29

### Changes
* [IMPROVEMENT] Identify an instance with its configured name if available. [#255][]

# 0.33.0 / 2019-10-10

### Changes
* [IMPROVEMENT] Add the ability to list metrics in JSON. See [#241][]

# 0.32.1 / 2019-09-27
Expand Down Expand Up @@ -404,9 +412,13 @@ Changes
[#231]: https://github.com/DataDog/jmxfetch/issues/231
[#237]: https://github.com/DataDog/jmxfetch/issues/237
[#240]: https://github.com/DataDog/jmxfetch/issues/240
[#241]: https://github.com/DataDog/jmxfetch/issues/241
[#243]: https://github.com/DataDog/jmxfetch/issues/243
[#245]: https://github.com/DataDog/jmxfetch/issues/245
[#250]: https://github.com/DataDog/jmxfetch/issues/250
[#255]: https://github.com/DataDog/jmxfetch/issues/255
[#257]: https://github.com/DataDog/jmxfetch/issues/257
[#258]: https://github.com/DataDog/jmxfetch/issues/258
[@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 @@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.33.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.34.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.33.1</version>
<version>0.34.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 06092cb

Please sign in to comment.