From bccd0604925d8316c5e924db4f51e88fb5839414 Mon Sep 17 00:00:00 2001
From: Yann Mahe <yann@datadoghq.com>
Date: Wed, 29 Jul 2015 11:10:12 -0400
Subject: [PATCH] 0.8.0

* [FEATURE] Wildcard support on domains and bean names. See [#57][]
* [IMPROVEMENT] Memory saving by limiting MBeans queries to certain
* scopes. See [#63][]

[#57]: https://github.com/DataDog/jmxfetch/issues/57
[#63]: https://github.com/DataDog/jmxfetch/issues/63
---
 CHANGELOG.md | 10 +++++++++-
 README.md    |  2 +-
 pom.xml      |  2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45c38c208..ac9e5cc8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
 Changes
 =======
 
+# 0.8.0 / 07-29-2015
+
+#### Changes
+* [FEATURE] Wildcard support on domains and bean names. See [#57][]
+* [IMPROVEMENT] Memory saving by limiting MBeans queries to certain scopes. See [#63][]
+
 # 0.7.0 / 06-04-2015
 
 #### Changes
@@ -58,6 +64,8 @@ Changes
 [#51]: https://github.com/DataDog/jmxfetch/issues/51
 [#53]: https://github.com/DataDog/jmxfetch/issues/53
 [#54]: https://github.com/DataDog/jmxfetch/issues/54
+[#57]: https://github.com/DataDog/jmxfetch/issues/57
 [#58]: https://github.com/DataDog/jmxfetch/issues/58
 [#59]: https://github.com/DataDog/jmxfetch/issues/59
-[@coupacooke]: https://github.com/coupacooke
+[#63]: https://github.com/DataDog/jmxfetch/issues/63
+[@coupacooke]: https://github.com/coupacooke
\ No newline at end of file
diff --git a/README.md b/README.md
index 525316276..53e14ae01 100644
--- a/README.md
+++ b/README.md
@@ -39,5 +39,5 @@ mvn test
 # To run:
 ```
 Get help on usage:
-java -jar jmxfetch-0.3.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.8.0-jar-with-dependencies.jar --help
 ```
diff --git a/pom.xml b/pom.xml
index 73206b0ee..ae2fe157b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
 	<groupId>datadog</groupId>
 	<artifactId>jmxfetch</artifactId>
-	<version>0.7.0</version>
+	<version>0.8.0</version>
 	<packaging>jar</packaging>
 
 	<name>jmxfetch</name>