diff --git a/ChangeLog b/ChangeLog
index 5ee2969..16ef095 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.58:
+ Fix issue with usage of deprecated GLib functions.
+
ver 5.57:
Fix issue with handling GATT notification PDU parsing.
Fix issue with registering DIS without a valid source.
diff --git a/configure.ac b/configure.ac
index 1d9b45a..dbd98c9 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.57)
+AC_INIT(bluez, 5.58)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])