Release 0.43
diff --git a/ChangeLog b/ChangeLog
index e7c6d6e..39f5d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.43:
+	Add support for DHCP Rapid Commit feature.
+	Add support for DHCP authoritative mode feature.
+
 ver 0.42:
 	Add support for constant time security functions.
 	Add support for manipulating DHCP leases.
diff --git a/configure.ac b/configure.ac
index 317d6e6..490c845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.42)
+AC_INIT(ell, 0.43)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)