Release 1.20
diff --git a/ChangeLog b/ChangeLog
index 54837dc..d94fb69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.20:
+	Fix issue with encoding of EFpnn.
+	Fix issue with hex quoted strings in CRSM.
+	Add support for SIMSTATE command and notification.
+	Add support for SIM refresh and re-init notification.
+	Add support for SIM PIN retry counters.
+
 ver 1.19:
 	Fix issue with automatic accept of magic numbers.
 	Fix issue with user-initiated USSD sessions.
diff --git a/configure.ac b/configure.ac
index 2436292..fb3c3a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(phonesim, 1.19)
+AC_INIT(phonesim, 1.20)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])