diff --git a/ChangeLog b/ChangeLog
index 4dc6666..ff03528 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.75:
+ Fix issue with build system and header inclusion.
+
ver 5.74:
Fix issue with not enabling Wideband Speech when available.
Fix issue with UserspaceHID and Bluetooth Classic devices.
diff --git a/configure.ac b/configure.ac
index bcb7426..9dea70d 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.74)
+AC_INIT(bluez, 5.75)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])