Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index ee26544..e646108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+ver 2.11:
+	Various cleanups to avoid inclusion of kernel headers.
+	Fix output when the CUPS backend is called without arguments.
+	Fix problems with a 64 bit userland.
+	Use Bluetooth library functions if available.
+	Use standard numbering scheme of SDP record handles.
+	Add a master option to the hidd.
+	Add support for changing the link key of a connection.
+	Add support for requesting encryption on keyboards.
+	Add support for revision information of Digianswer devices.
+	Add support for the Zoom, IBM and TDK PCMCIA cards.
+	Add checks for the OpenOBEX and the ALSA libraries.
+	Add experimental mRouter support.
+
+	Note:
+	This version needs at least bluez-libs-2.11
+
 ver 2.10:
 	Use a define for the configuration directory.
 	Fix string initialization for flags translation.
diff --git a/configure.in b/configure.in
index 15e9519..1eab0ec 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.10)
+AM_INIT_AUTOMAKE(bluez-utils, 2.11)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE