Release 5.61
diff --git a/ChangeLog b/ChangeLog
index 917561a..3d5b73f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.61:
+	Fix issue with A2DP while waiting for command response.
+	Fix issue with A2DP when SetConfiguration fails.
+	Fix issue with device removal handling.
+	Fix issue with storing discoverable setting.
+	Add support for Central Address Resolution characteristic.
+	Add support for admin policy plugin.
+
 ver 5.60:
 	Fix issue with reading from RFKILL device node.
 	Fix issue with AVDTP and parsing capabilities.
diff --git a/configure.ac b/configure.ac
index 0744860..5653e05 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.60)
+AC_INIT(bluez, 5.61)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])