Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 688c257..4c33118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 2.14:
+	Make use of additional connection information.
+	Use library function for reading the RSSI.
+	Use library function for reading the link quality.
+	Use library function for reading the transmit power level.
+	Use library functions for the link supervision timeout.
+	Add tool for changing the device address.
+
+	Note:
+	This version needs at least bluez-libs-2.14
+
 ver 2.13:
 	Use file permission 0600 for the link key file.
 	Add support for HID attribute descriptions.
diff --git a/configure.in b/configure.in
index f7104ca..1f84efc 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.13)
+AM_INIT_AUTOMAKE(bluez-utils, 2.14)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE