diff --git a/ChangeLog b/ChangeLog
index fc9b3d7..ca48336 100644
--- a/ChangeLog
+++ b/ChangeLog
+ver 5.11:
+ Fix issue with connection attempt when not powered.
+ Fix issue with assigning player to AVRCP target role.
+ Fix issue with OBEX default cache directory.
+ Fix issue with SDP search error handling.
+ Fix issue with processing of SDP records.
+ Fix issue with HID to HCI switching utility.
+ Fix issue with mgmt end-to-end testing tool.
+ Fix issue with L2CAP end-to-end testing tool.
+ Add support for SMP end-to-end testing tool.
+ Add support for more Wii controllers.
+
ver 5.10:
Fix issue with discoverable timeout handling.
Fix issue with MAP messages and record version.
diff --git a/configure.ac b/configure.ac
index b4d3998..949846e 100644
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.10)
+AC_INIT(bluez, 5.11)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])