diff --git a/ChangeLog b/ChangeLog
index 69c59ae..483da37 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.25:
+ Fix issue with SCO connection after codec negotiation.
+ Fix issue with GATT and secondary service discovery.
+ Fix issue with GATT write descriptor callback.
+ Fix issue with MAP supported features bits.
+ Add support for MAP local time and timezone offset.
+ Add support for PBAP speed-dial and favorites folders.
+ Add support for PBAP speed-dial and identifier filters.
+ Add support for controller mode configuration option.
+ Add initial support for Android Lollipop features.
+
ver 5.24:
Fix issue with storing of connection parameters.
Add support for Phonebook Access Profile 1.2 features.
diff --git a/configure.ac b/configure.ac
index 981b1bf..6533cab 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.24)
+AC_INIT(bluez, 5.25)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])