Release 1.3
diff --git a/ChangeLog b/ChangeLog
index c89201c..277ef1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.3:
+	Add support for CDMA PIN management.
+	Add support for CDMA provider name and SID.
+	Add support for Huawei USSD 8-bit PDU mode.
+	Add support for SIMCom SIM900 modems.
+
 ver 1.2:
 	Fix issue with PIN type string for network PUK.
 	Fix issue with voice dialing and Qualcomm MSM modems.
diff --git a/configure.ac b/configure.ac
index 0c2727d..f0eb924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ofono, 1.2)
+AC_INIT(ofono, 1.3)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)