Bump version
diff --git a/HISTORY.rst b/HISTORY.rst
index dd215f0..9859946 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,5 +1,23 @@
 History
-========
+=======
+
+1.0.0 (24-06-14)
+________________
+
+* Extract database out of application folder, move into config folder
+* Upgrade database with alembic config
+* Major refactor in controllers, remove repeated code
+* Add support for configuration profiles
+
+    `$ gstack-configure --profile exampleprofile`
+    `$ gstack --profile exampleprofile`
+
+* Give user the ability to debug app
+
+    `$ gstack --debug True`
+
+* Add unittests
+* Improve coverage of response attributes
 
 0.1.0 (29-05-14)
 ________________
@@ -22,6 +40,6 @@
 
 
 0.0.1 (24-9-2013)
-__________________
+_________________
 
 * gcloud conception
diff --git a/setup.py b/setup.py
index 9d659e2..e577c23 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
         raise RuntimeError(
             "python setuptools is required to build gstack")
 
-VERSION = '0.1.0'
+VERSION = '1.0.0'
 
 import os