Skip to content

Commit

Permalink
Merge pull request #169 from DataDog/nick/release_19
Browse files Browse the repository at this point in the history
Updates changelog/pom/readme for release
  • Loading branch information
nmuesch authored Mar 19, 2018
2 parents 030d70e + 8da9864 commit bc8ed21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

# 0.19.0 / 03/19/2018

### Changes

* [FEATURE] Ability to specify tags on metrics based on regex groupings of bean names. See [#167][].
* [IMPROVEMENT] Set TCP response timeout to ensure JMXFetch doesn't hang on broken beans. See [#168][].

# 0.18.2 / 02-13-2018

#### Changes
Expand All @@ -19,12 +26,6 @@ Changes

* [FEATURE] Collect instance configurations via API. See [#156][]

# 0.18.0 / Unreleased

#### Changes

* [FEATURE] Collect instance configurations via API. See [#156][]

# 0.17.0 / 09-20-2017

#### Changes
Expand Down Expand Up @@ -218,6 +219,8 @@ Changes
[#156]: https://github.com/DataDog/jmxfetch/issues/156
[#161]: https://github.com/DataDog/jmxfetch/issues/161
[#164]: https://github.com/DataDog/jmxfetch/issues/164
[#167]: https://github.com/DataDog/jmxfetch/issues/167
[#168]: https://github.com/DataDog/jmxfetch/issues/168
[@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 @@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.18.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.19.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>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.18.2</version>
<version>0.19.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit bc8ed21

Please sign in to comment.