diff --git a/ChangeLog b/ChangeLog
index 7015aa1..52b98ef 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.7:
+ Fix issue with missing UUID discovery during pairing.
+ Fix issue with broken patch for SDP range check handling.
+ Fix issue with AVRCP usage of UID=0 for paused/stopped.
+ Add support MAP notification dispatching.
+
ver 5.6:
Fix issue with incoming connections without SDP record.
Fix issue with canceling ongoing device connections.
diff --git a/configure.ac b/configure.ac
index 22a6825..7954dfd 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.6)
+AC_INIT(bluez, 5.7)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])