Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 0200905..5f2bfd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 3.14:
+	Add missing signals for the adapter interface.
+	Add basic commands for Simple Pairing.
+	Add correct Simple Pairing and EIR interaction.
+	Add missing properties for remote information.
+	Add EPoX endian quirk to the input service.
+	Fix HID descriptor import and storage functions.
+	Fix handling of adapters in raw mode.
+	Fix remote device listing methods.
+
+	Note:
+	This version needs at least bluez-libs-3.14
+
 ver 3.13:
 	Fix some issues with the headset support.
 	Fix concurrent pending connection attempts.
diff --git a/configure.in b/configure.in
index be96a00..180ed58 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.13)
+AM_INIT_AUTOMAKE(bluez-utils, 3.14)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE