diff --git a/ChangeLog b/ChangeLog
index 9a05645..5ee2969 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.57:
+ Fix issue with handling GATT notification PDU parsing.
+ Fix issue with registering DIS without a valid source.
+ Fix issue with removing remote SEPs when loading from cache.
+
ver 5.56:
Fix issue with setting AVDTP disconnect timer.
Fix issue with AVDTP not sending GetCapabilities.
diff --git a/configure.ac b/configure.ac
index 9ff99e6..1d9b45a 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.56)
+AC_INIT(bluez, 5.57)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])