diff --git a/ChangeLog b/ChangeLog
index ad0e679..7978e8e 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.67:
+ Fix issue with BAP and initiating QoS and Enable procedures.
+ Fix issue with BAP and detaching streams when PAC is removed.
+ Fix issue with BAP and reading all instances of PAC.
+ Fix issue with BAP and not being able to reconfigure.
+ Fix issue with BAP and transport configuration changes.
+ Fix issue with BAP and handling unexpected disconnect.
+ Fix issue with GATT and not removing pending services.
+ Fix issue with GATT and client ready handling.
+ Fix issue with handling fallback to transient hostname.
+ Add support for SecureConnections configuration option.
+ Add support for Mesh Remove Provisioning.
+ Add support for Mesh Private Beacons.
+
ver 5.66:
Fix issue with A2DP and transport connection collisions.
Fix issue with allowing application specific error codes.
diff --git a/configure.ac b/configure.ac
index 65b2f27..83c3a81 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.66)
+AC_INIT(bluez, 5.67)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])