diff --git a/ChangeLog b/ChangeLog
index b84e71b..4dc6666 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.74:
+ Fix issue with not enabling Wideband Speech when available.
+ Fix issue with UserspaceHID and Bluetooth Classic devices.
+ Fix issue with checking for services being connected.
+ Fix issue with GATT client connection creation.
+ Fix issue with OBEX and small file transfers.
+ Fix issue with handling pairing with Apple AirPods.
+
ver 5.73:
Fix issue with BAP and setting up broadcast source.
Fix issue with BAP and register all endpoints.
diff --git a/configure.ac b/configure.ac
index 9ebc250..bcb7426 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.73)
+AC_INIT(bluez, 5.74)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])