Release 5.16
diff --git a/ChangeLog b/ChangeLog
index 09deed0..3937b2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.16:
+	Fix issue with HID over GATT physical location.
+	Fix issue with HID over GATT unique identifier.
+	Fix issue with missing paired property notification.
+	Fix issue with endianess of long term key storage.
+	Add support for storing signature resolving keys.
+	Add support for Android Bluetooth AVRCP interface.
+
 ver 5.15:
 	Fix issue with LE enabling and background scanning.
 	Fix issue with HID over GATT input device name.
diff --git a/configure.ac b/configure.ac
index 186a907..d29840c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.15)
+AC_INIT(bluez, 5.16)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])