Skip to content

Commit

Permalink
Merge pull request #86 from DataDog/olivielpeau/0-10-0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
olivielpeau committed Mar 23, 2016
2 parents 1cd5831 + dfc1f1d commit 45304d3
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 @@
Changes
=======

# 0.10.0 / 03-23-2016

#### Changes
* [FEATURE] Allow configuration of StatsD host. See [#85][]
* [IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See [#83][]

# 0.9.0 / 11-05-2015

#### Changes
Expand Down Expand Up @@ -90,4 +96,6 @@ Changes
[#79]: https://github.com/DataDog/jmxfetch/issues/79
[#80]: https://github.com/DataDog/jmxfetch/issues/80
[#81]: https://github.com/DataDog/jmxfetch/issues/81
[#83]: https://github.com/DataDog/jmxfetch/issues/83
[#85]: https://github.com/DataDog/jmxfetch/issues/85
[@coupacooke]: https://github.com/coupacooke
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.9.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.10.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 @@ -3,7 +3,7 @@

<groupId>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 45304d3

Please sign in to comment.