Release 1.30
diff --git a/ChangeLog b/ChangeLog
index 2a426bc..283f3b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.30:
+	Fix issue with handling of IPv6 address and xmm7xxx modems.
+	Fix issue with default context creation with an empty APN.
+	Fix issue with activation of context with CID zero.
+	Add support for Quectel MC60 modems.
+
 ver 1.29:
 	Fix issue with QMI and SIM initialized notification.
 	Add support for multiple PDP contexts and xmm7xxx modems.
diff --git a/configure.ac b/configure.ac
index cad35c5..098c77d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ofono, 1.29)
+AC_INIT(ofono, 1.30)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)