Bump version number
diff --git a/HISTORY.rst b/HISTORY.rst
index b96d2bb..b7c29fc 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
 History
 =======
 
+1.1.0 (05-08-14)
+________________
+
+* Add support for google cloud sdk and latest version of gcutil
+
 1.0.0 (24-06-14)
 ________________
 
diff --git a/setup.py b/setup.py
index 415cff8..74a875b 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
         raise RuntimeError(
             "python setuptools is required to build gstack")
 
-VERSION = '1.0.0'
+VERSION = '1.1.0'
 
 import os