Release 1.37
diff --git a/ChangeLog b/ChangeLog
index 4c9f3d5..9418de1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 1.37:
+	Fix issue with handling invalid gateway addresses.
+	Fix issue with handling updates of default gateway.
+	Fix issue with DHCP servers that require broadcast flag.
+	Add support for option to use gateways as time servers.
+	Add support for option to select default technology.
+	Add support for Address Conflict Detection (ACD).
+	Add support for IPv6 iptables management.
+
 ver 1.36:
 	Fix issue with DNS short response on error handling.
 	Fix issue with handling incoming DNS requests.
diff --git a/configure.ac b/configure.ac
index a6e14b7..ee49a22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.36)
+AC_INIT(connman, 1.37)
 
 AC_CONFIG_MACRO_DIR([m4])