Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index e4349b8..eecfb07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 3.8:
+	Sort discovered devices list based on their RSSI.
+	Send DiscoverableTimeoutChanged signal.
+	Fix local and remote name validity checking.
+	Add ListRemoteDevices and ListRecentRemoteDevices methods.
+	Add basic integration of confirmation concept.
+	Add support for service record description via XML.
+	Add support for external commands to the RFCOMM utility.
+	Add experimental service and authorization API.
+
+	Note:
+	This version needs at least bluez-libs-3.8
+
 ver 3.7:
 	Fix class of device handling.
 	Fix error replies with pairing and security mode 3.
diff --git a/configure.in b/configure.in
index 4f82041..0f5083d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.7)
+AM_INIT_AUTOMAKE(bluez-utils, 3.8)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE