Update changes files and set version to 0.8.0 to be consistent
diff --git a/CHANGES.md b/CHANGES.md
index a7340de..ad10c65 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,6 +19,11 @@
 History
 =======
 
+0.8.0 (26-08-2015)
+------------------
+
+* First release under Apache CloudStack project
+
 0.7.1 (20-08-2014)
 ------------------
 
diff --git a/setup.py b/setup.py
index 9d95e9c..7671dee 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
 
 
 PROJECT = 'ec2stack'
-VERSION = '0.1.0'
+VERSION = '0.8.0'
 URL = 'https://git-wip-us.apache.org/repos/asf?p=cloudstack-ec2stack.git'
 AUTHOR = 'Apache Software Foundation'
 AUTHOR_EMAIL = 'dev@cloudstack.apache.org'