Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 0f57244..2562bd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 3.24:
+	Add TCP connection support for serial proxy.
+	Add fix for Logitech HID proxy switching.
+	Add missing macros, MIN, MAX, ABS and CLAMP.
+	Add more SBC encoder optimizations.
+	Add initial mechanism to handle headset commands.
+	Fix connecting to handsfree profile headsets.
+	Use proper function for checking signal name.
+
+	Note:
+	This version needs at least bluez-libs-3.24
+
 ver 3.23:
 	Fix key search function to honor the mmap area size.
 	Fix Avahi integration of network service.
diff --git a/configure.in b/configure.in
index 6595bd5..38971d7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.23)
+AM_INIT_AUTOMAKE(bluez-utils, 3.24)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE