diff --git a/ChangeLog b/ChangeLog
index ff03528..a2bb8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.76:
+ Fix issue with broadcast channel location and stream capabilities.
+ Fix issue with handling BIS management and synchronization.
+ Fix issue with handling Extended Advertising.
+ Fix issue with UserspaceHID and replay structures.
+ Add support for providing PPCP characteristic.
+
ver 5.75:
Fix issue with build system and header inclusion.
diff --git a/configure.ac b/configure.ac
index 8b3cdb4..ac9de6e 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.75)
+AC_INIT(bluez, 5.76)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])