diff --git a/ChangeLog b/ChangeLog
index 766f0a8..b7a42dc 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.80:
+ Fix issue with handling address type for all types of keys.
+ Fix issue with handling maximum number of GATT channels.
+ Fix issue with handling MTU auto-tuning feature.
+ Fix issue with handling AVRCP volume in reconfigured transports.
+ Fix issue with handling VCP volume setting requests.
+ Fix issue with handling VCP connection management.
+ Fix issue with handling MAP qualification.
+ Fix issue with handling PBAP qualification.
+ Fix issue with handling BNEP qualification.
+ Add support for PreferredBearer device property.
+ Add support for SupportedTypes Message Access property.
+ Add support for HFP, A2DP, AVRCP, AVCTP and MAP latest versions.
+
ver 5.79:
Fix issue with handling address type while pairing.
Add support for allowing to set A2DP transport delay.
diff --git a/configure.ac b/configure.ac
index 32e0a78..a016c99 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.79)
+AC_INIT(bluez, 5.80)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])