Release 4.20
diff --git a/ChangeLog b/ChangeLog
index a503b67..ec41b0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.20:
+	Cleanup session handling.
+	Cleanup mode setting handling.
+	Fix issue with concurrent audio clients.
+	Fix issue with HFP/HSP suspending.
+	Fix AT result code syntax handling.
+	Add Handsfree support for AT+NREC.
+	Add PairableTimeout adapter property.
+
 ver 4.19:
 	Fix installation of manual pages for old daemons.
 	Fix D-Bus signal emmissions for CreateDevice.
diff --git a/configure.ac b/configure.ac
index 4dd5223..ea1892d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.19)
+AM_INIT_AUTOMAKE(bluez, 4.20)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE