diff --git a/ChangeLog b/ChangeLog
index 4d93fe99c5b0a131403d2c89ba2a957fb4a187e7..c689e47473778a2334e70e4ca5689cd461151f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-21, v0.2.7
+	* Fix a bug in host bundling mode where some files were erroneously
+	  excluded from the image
+	* Fix a bug were snf-image-creator tried to verify the token even when
+	  -t option was not defined by the user
+
 2013-03-19, v0.2.6
 	* Fix a bug in host bundling mode where the permissions of /tmp and
 	  /var/tmp were not respected
diff --git a/docs/conf.py b/docs/conf.py
index da7397e3853802375c753aa0bcbcf5fd64095978..4bfd47e05a0d54eac29421b50697b60254269980 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.6'
+version = '0.2.7'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.6'
+release = '0.2.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/image_creator/__init__.py b/image_creator/__init__.py
index 317e6fa1dc4e9feb47d600e2e0b1d755fc27d934..6f2a0af10691cadd7d3f4bac7d5026d533ea16d3 100644
--- a/image_creator/__init__.py
+++ b/image_creator/__init__.py
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.6'
+__version__ = '0.2.7'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :