Release 0.42
diff --git a/ChangeLog b/ChangeLog
index 52146d4..e7c6d6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.42:
+	Add support for constant time security functions.
+	Add support for manipulating DHCP leases.
+
 ver 0.41:
 	Fix issue with endianness of DHCP packets.
 	Fix issue with lease handling of the DHCP server.
diff --git a/configure.ac b/configure.ac
index d101aa5..317d6e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.41)
+AC_INIT(ell, 0.42)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)