Release 0.41
diff --git a/ChangeLog b/ChangeLog
index b8a2d91..52146d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.41:
+	Fix issue with endianness of DHCP packets.
+	Fix issue with lease handling of the DHCP server.
+
 ver 0.40:
 	Fix issue with handling failure from missing CA certificates.
 	Fix issue with handling DBus.Introspectable queries.
diff --git a/configure.ac b/configure.ac
index bbeb9e6..d101aa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.40)
+AC_INIT(ell, 0.41)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)