diff --git a/ChangeLog b/ChangeLog
index 9157604..9c820e3 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.2:
+ Fix issue with connection handling for Low Energy.
+ Fix issue with broken device discovery handling.
+ Fix issue with invalid memory access within A2DP.
+ Fix issue with handling empty path name of SetPath.
+ Fix issue with handling Message Access Profile filters.
+ Fix issue with handling network service unregistration.
+ Fix issue with not handling bogus device pairing results.
+ Fix issue with initial service discovery and profile manager.
+ Add support for AVRCP volume notifications.
+ Add support for AVRCP browsing commands.
+
ver 5.1:
Fix issue with crash when removing OBEX session.
Fix issue with HID device disconnected from kernel.
diff --git a/configure.ac b/configure.ac
index 09e9d4a..6b35492 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.1)
+AC_INIT(bluez, 5.2)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])