Release 0.44
diff --git a/ChangeLog b/ChangeLog
index 39f5d95..53e46ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.44:
+	Fix issue with allowing zero byte input for AEAD cipher.
+	Fix issue with filling in DNS info in DHCP lease objects.
+	Add support neighbor discovery utility helpers.
+
 ver 0.43:
 	Add support for DHCP Rapid Commit feature.
 	Add support for DHCP authoritative mode feature.
diff --git a/configure.ac b/configure.ac
index 490c845..85cf06d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.43)
+AC_INIT(ell, 0.44)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)