diff --git a/ChangeLog b/ChangeLog
index 2feb895..766f0a8 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.79:
+ Fix issue with handling address type while pairing.
+ Add support for allowing to set A2DP transport delay.
+ Add support for persistent userspace HID operation.
+ Add support for handling syncing to multiple BISes.
+
ver 5.78:
Fix issue with handling notification of scanned BISes to BASS
Fix issue with handling checking BIS caps against peer caps.
diff --git a/configure.ac b/configure.ac
index 7093e41..01f0f2b 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.78)
+AC_INIT(bluez, 5.79)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])