Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 8f46894..6559577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 2.16:
+	Fix buffer allocation for features to string conversion.
+	Add function for reading local supported commands.
+	Add function for reading local extended features.
+	Add function for reading remote extended features.
+	Add function for getting the remote name with a clock offset.
+	Add function for extracting the OUI from a BD_ADDR.
+	Add inquiry info structure with RSSI and page scan mode.
+	Support inquiry with unlimited number of responses.
+
 ver 2.15:
 	Use better way for unaligned access.
 	Remove sdp_internal.h and its usage.
diff --git a/configure.in b/configure.in
index f9ab66e..2b58fba 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-libs, 2.15)
+AM_INIT_AUTOMAKE(bluez-libs, 2.16)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE