Release 0.46
diff --git a/ChangeLog b/ChangeLog
index 46693fc..e1eff28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.46:
+	Fix issue with DHCP server when OPTION_ROUTER is not configured.
+	Fix issue with DHCP obtained lease to retrieve it properly.
+
 ver 0.45:
 	Fix issue with ICMPv6 and handling re-entrantly callbacks.
 
diff --git a/configure.ac b/configure.ac
index c7d7028..2c20c20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.45)
+AC_INIT(ell, 0.46)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)