diff --git a/ChangeLog b/ChangeLog
index 6b378f3..e9412f8 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.83:
+ Fix issue with handling BAP and removal of PAC.
+ Fix issue with handling SID for broadcast receiver.
+ Fix issue with handling HSP/HFP reconnection policy.
+ Fix issue with handling cable pairing and Sixaxis controllers.
+ Fix issue with handling virtual cable unplug for HID devices.
+ Fix issue with handling service records for HID devices.
+ Add support for AVDTP and TX timestamps.
+
ver 5.82:
Fix issue with handling BAP state transitions.
Fix issue with handling D-Bus interface removal.
diff --git a/configure.ac b/configure.ac
index 1e089aa..07aeb46 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.82)
+AC_INIT(bluez, 5.83)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])