diff --git a/ChangeLog b/ChangeLog
index 16ef095..6ad8544 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.59:
+ Fix issue with string to UUID-32 conversion.
+ Fix issue with connect request if SDP search failed.
+ Fix issue with accepting invalid AVDTP capabilities.
+ Fix issue with unregister handling of AVRCP player.
+
ver 5.58:
Fix issue with usage of deprecated GLib functions.
diff --git a/configure.ac b/configure.ac
index af700eb..a7b39fc 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.58)
+AC_INIT(bluez, 5.59)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])