Skip to content

Commit

Permalink
[changelog][pom] 0.13.1 release (#136)
Browse files Browse the repository at this point in the history
* [changelog] adding release notes for 0.13.1

* [0.13.1] version bump.

* [changelog] fix actual release version.
  • Loading branch information
truthbk authored Apr 18, 2017
1 parent 856838f commit fdd5488
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======
# 0.13.0 / Unreleased
# 0.13.1 / Unreleased

#### Changes
* [BUGFIX] Service_discovery: fix race condition preventing SD initialization. See [#135][]

# 0.13.0 / 03-22-2017

#### Changes
* [BUGFIX] Allow specifying no alias on detailed attribute. See [#133][]
Expand Down Expand Up @@ -151,6 +156,7 @@ Changes
[#130]: https://github.com/DataDog/jmxfetch/issues/130
[#132]: https://github.com/DataDog/jmxfetch/issues/132
[#133]: https://github.com/DataDog/jmxfetch/issues/133
[#135]: https://github.com/DataDog/jmxfetch/issues/135
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@bluestix]: https://github.com/bluestix
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.13.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.13.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>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit fdd5488

Please sign in to comment.