Release 5.71
diff --git a/ChangeLog b/ChangeLog
index 0775dd1..c491159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 5.71:
+	Fix issue with not registering CSIS service.
+	Fix issue with registering pairing callbacks.
+	Fix issue with corruption during discovery filter parsing.
+
 ver 5.70:
 	Fix issue with not sending GATT confirmations.
 	Fix issue with not handling initiator properly.
diff --git a/configure.ac b/configure.ac
index dc19f75..ef93043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.70)
+AC_INIT(bluez, 5.71)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])