Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 4a039d1..7cd161d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 2.9:
+	Retry SDP connect if busy in the CUPS backend.
+	Use packet type and allow role switch in hcitool.
+	Use the functions from the USB library for hid2hci.
+	Add Broadcom firmware loader.
+	Add EPoX endian quirk for buggy keyboards.
+	Update the autoconf/automake scripts.
+
+	Note:
+	This version needs at least bluez-libs-2.9
+
 ver 2.8:
 	Use LIBS and LDADD instead of LDFLAGS.
 	Use HIDP subclass field for HID boot protocol.
diff --git a/configure.in b/configure.in
index 84db287..db44ef1 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.8)
+AM_INIT_AUTOMAKE(bluez-utils, 2.9)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE