Release 0.10
diff --git a/ChangeLog b/ChangeLog
index d098712..d5f9b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.10:
+	Fix issue with verifying total length of certificates.
+	Fix issue with loading v2 and v3 formatted hwdb.bin files.
+
 ver 0.9:
 	Fix issue with D-Bus subpath comparisons in object tree walk.
 	Fix issue with D-Bus InterfacesAdded on new ObjectManager addition.
diff --git a/configure.ac b/configure.ac
index e6a8e3c..ed6a149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.9)
+AC_INIT(ell, 0.10)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)