Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index b2850b6..0d69d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 2.18:
+	Support D-Bus 0.23 and 0.33 API versions.
+	Support reading of complex BCCMD values.
+	Support minimum and maximum encryption key length.
+	Add support for inquiry scan type.
+	Add tool for the CSR BCCMD interface.
+	Add first draft of the Audio/Video control utility.
+	Add disconnect timer support for the A2DP ALSA plugin.
+	Make SBC parameters configurable.
+	Replace non-printable characters in device names.
+
+	Note:
+	This version needs at least bluez-libs-2.18
+
 ver 2.17:
 	Set the storage directory through ${localstatedir}.
 	Add the textfile library for ASCII based file access.
diff --git a/configure.in b/configure.in
index 72fc841..a0407c2 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.17)
+AM_INIT_AUTOMAKE(bluez-utils, 2.18)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE