diff --git a/ChangeLog b/ChangeLog
index e312ee1..6b378f3 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.82:
+ Fix issue with handling BAP state transitions.
+ Fix issue with handling D-Bus interface removal.
+
ver 5.81:
Fix issue with handling MAP and supported features.
Fix issue with handling SDP record for Phonebook Access Client.
diff --git a/configure.ac b/configure.ac
index f7adeb5..2ea7272 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.81)
+AC_INIT(bluez, 5.82)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])