diff --git a/ChangeLog b/ChangeLog
index 6455285..0775dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.70:
+ Fix issue with not sending GATT confirmations.
+ Fix issue with not handling initiator properly.
+ Fix issue with not checking PBAP counter length.
+ Add support for MICP profile and MICS service.
+
ver 5.69:
Fix issue with BAP enabling state correctly when resuming.
Fix issue with detaching source ASEs only after Stop Ready.
diff --git a/configure.ac b/configure.ac
index 54a609a..dc19f75 100644
--- a/configure.ac
+++ b/configure.ac
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.69)
+AC_INIT(bluez, 5.70)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])