Bump version
diff --git a/HISTORY.rst b/HISTORY.rst
index ed6e009..40a00e3 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
 History
 =======
 
+0.7.0 (11-08-2014)
+__________________
+
+* Added support for snapshot operations
+    * createSnapshot
+    * deleteSnapshot
+    * listSnapshots
+
 0.6.1 (7-08-2014)
 _________________
 
diff --git a/setup.py b/setup.py
index a24d436..1da74dc 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
 
 
 PROJECT = 'ec2stack'
-VERSION = '0.6.1'
+VERSION = '0.7'
 URL = 'http://github.com/imduffy15/ec2stack'
 AUTHOR = 'Darren Brogan, Ian Duffy'
 AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie'