Release 1.21
diff --git a/ChangeLog b/ChangeLog
index c585bff..591c827 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.21:
+	Fix issue with WiFi networks and zero SSID length.
+	Fix issue with security details for hidden WiFi networks.
+	Fix issue with handling IPv6 proxy address resolving.
+	Fix issue with enabling Bluetooth controllers.
+
 ver 1.20:
 	Fix issue with invalid cache of DNS proxy support.
 	Fix issue with stopping DHCP for failed connections.
diff --git a/configure.ac b/configure.ac
index 534dc14..52b85b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.20)
+AC_INIT(connman, 1.21)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS([config.h])