Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index d6a927c..9bbf3c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 2.14:
+	Add function for reading the RSSI.
+	Add function for reading the link quality.
+	Add function for reading the transmit power level.
+	Add functions for the link supervision timeout.
+	Remove deprecated functions.
+	Update AM_PATH_BLUEZ macro.
+
 ver 2.13:
 	Add Device ID and HID attribute definitions.
 	Update the UUID constants and its translations.
diff --git a/configure.in b/configure.in
index 9e3885b..2f6373f 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-libs, 2.13)
+AM_INIT_AUTOMAKE(bluez-libs, 2.14)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE