Release 5.15
diff --git a/ChangeLog b/ChangeLog
index 0911fde..09deed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.15:
+	Fix issue with LE enabling and background scanning.
+	Fix issue with HID over GATT input device name.
+	Fix issue with storage of slave long term keys.
+	Add support for handling identity resolving keys.
+	Add support for Android Bluetooth A2DP interface.
+	Add support for Android Bluetooth audio interface.
+
 ver 5.14:
 	Fix issue with marking PS3 controllers as trusted.
 	Fix issue with authorization of PS3 controllers.
diff --git a/configure.ac b/configure.ac
index f607d7a..186a907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.14)
+AC_INIT(bluez, 5.15)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])