diff --git a/ChangeLog b/ChangeLog
index a2bb8c8..2c78ce4 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.77:
+ Fix issue with storing and handling connection parameters.
+ Fix issue with handling device that are marked as temporary.
+ Fix issue with HID and special handling for non-keyboards.
+ Fix issue with BR/EDR not support when discoverable is off.
+ Add support for initial implementation of ASHA profile.
+
ver 5.76:
Fix issue with broadcast channel location and stream capabilities.
Fix issue with handling BIS management and synchronization.
diff --git a/configure.ac b/configure.ac
index 5619edf..d31eb16 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.76)
+AC_INIT(bluez, 5.77)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])