diff --git a/ChangeLog b/ChangeLog
index 2c78ce4..2feb895 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.78:
+ Fix issue with handling notification of scanned BISes to BASS
+ Fix issue with handling checking BIS caps against peer caps.
+ Fix issue with handling MGMT Set Device Flags overwrites.
+ Fix issue with handling ASE notification order.
+ Fix issue with handling BIG Info report events.
+ Fix issue with handling PACS Server role.
+ Fix issue with registering UHID_START multiple times.
+ Fix issue with pairing method not setting auto-connect.
+
ver 5.77:
Fix issue with storing and handling connection parameters.
Fix issue with handling device that are marked as temporary.
diff --git a/configure.ac b/configure.ac
index d31eb16..a7fb51f 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.77)
+AC_INIT(bluez, 5.78)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])