Release 1.38
diff --git a/ChangeLog b/ChangeLog
index 9418de1..dedc1fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.38:
+	Fix issue with online check on IP address update.
+	Fix issue with OpenVPN and encrypted private keys.
+	Fix issue with finishing of VPN connections.
+	Add support for updated stable iwd APIs.
+	Add support for WireGuard networks.
+
 ver 1.37:
 	Fix issue with handling invalid gateway addresses.
 	Fix issue with handling updates of default gateway.
diff --git a/configure.ac b/configure.ac
index 3695ef5..5041e69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.37)
+AC_INIT(connman, 1.38)
 
 AC_CONFIG_MACRO_DIR([m4])