diff --git a/ChangeLog b/ChangeLog
index 1c9fd1a..25ce5ca 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.20:
+ Fix issue with LED handling of PS3 controllers.
+ Add support for Android Bluetooth GATT server interface.
+ Add support for Android Bluetooth HID over GATT feature.
+ Add support for Android Bluetooth multi-profile feature.
+ Add support for Android Bluetooth aptX audio integration.
+
+ Note: aptX codec not included
+
ver 5.19:
Fix issue with OBEX Put-Delete and Create-Empty methods.
Fix issue with AVRCP browsable/searchable player properties.
diff --git a/configure.ac b/configure.ac
index b527530..fb6b502 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.19)
+AC_INIT(bluez, 5.20)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])