Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 5f2bfd5..62b9104 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 3.15:
+	Add A2DP support to the audio service.
+	Add proxy support to the serial service.
+	Set service classes value from SDP database.
+
+	Note:
+	This version needs at least bluez-libs-3.15
+
 ver 3.14:
 	Add missing signals for the adapter interface.
 	Add basic commands for Simple Pairing.
diff --git a/configure.in b/configure.in
index 7ab91fa..272cec4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.14)
+AM_INIT_AUTOMAKE(bluez-utils, 3.15)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE