diff --git a/ChangeLog b/ChangeLog
index 164cd5ebf72f8c9f034d3913feeb31ddb8a5d663..1c93ffcc568a5f487ae0c054609772a2371a72ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2016-07-28, v0.10
+	* Detect Bitnami images
+	* Support changing the default "images" container when registering an
+	  image with a Synnefo deployment
+	* Make the image metadata visible as environment variables to the
+	  host-run scripts
+	* Detect the image's bootloader and reinstall it after shrinking the
+	  image if it is extlinux
+	* Support having multiple clouds and keep separate registration status
+	  for each one of them
+	* Fix windows shrinking to work on non-English localized images
+	* Add Linux sysprep for removing /etc/machine-id
+	* Fix bugs
+
 2015-03-02, v0.9
 	* Add Linux syspreps for disabling the IPv6 privacy extensions and for
 	  changing the boot timeout
diff --git a/image_creator/version.py b/image_creator/version.py
index 0092af32ef7db068f9c138ae9fbced6cd726f60c..dafb47e7a1f2147eb41f38466fc6c02bbe35ee34 100644
--- a/image_creator/version.py
+++ b/image_creator/version.py
@@ -1,8 +1,2 @@
 
-__version__ = "0.9next"
-__version_vcs_info__ = {
-    'branch': 'develop',
-    'revid': '726374f',
-    'revno': 690}
-__version_user_email__ = "skalkoto@grnet.gr"
-__version_user_name__ = "Nikos Skalkotos"
+__version__ = "0.10"
diff --git a/version b/version
index c9429e922c0091e776a7a43bac46cb38ad6eea22..68c123cf10e0a36b6036c9fbc30275960d19e749 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.9next
+0.10