Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 060451a..f0ce2e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 3.27:
+	Update uinput.h with extra key definitions.
+	Add support for input connect/disconnect callbacks.
+	Add ifdefs around some baud rate definitions.
+	Add proper HFP service level connection handling.
+	Add basic headset automatic disconnect support.
+	Add support for new SBC API.
+	Fix SBC decoder noise at high bitpools.
+	Use 32-bit multipliers for further SBC optimization.
+	Check for RFCOMM connection state in SCO connect callback.
+	Make use of parameters selected in ALSA plugin.
+
+	Note:
+	This version needs at least bluez-libs-3.27
+
 ver 3.26:
 	Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX.
 	Improve handling of different audio transports.
diff --git a/configure.in b/configure.in
index bf1370e..a79e792 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.26)
+AM_INIT_AUTOMAKE(bluez-utils, 3.27)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE