Release 1.14
diff --git a/ChangeLog b/ChangeLog
index 346d16b..efb3c92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.14:
+	Fix issue with scanning property and quick scan cancellation.
+	Fix issue with handling authentication timeouts from SAE.
+	Fix issue with handling association timeouts and retries.
+	Fix issue with handling roaming frequencies after roaming.
+	Fix issue with requesting neighbor report after roaming.
+	Add support for handling PSK offload connections.
+
 ver 1.13:
 	Fix issue with EAPoL protocol version 2010 handling.
 	Fix issue with authenticator method logic handling.
diff --git a/configure.ac b/configure.ac
index 607f618..0db7c14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(iwd, 1.13)
+AC_INIT(iwd, 1.14)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)