Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index da7cde2..0ee03b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 3.5:
+	Fix and cleanup watch functionality.
+	Add support for periodic inquiry mode.
+	Add support for asynchronous SDP requests.
+	Add more request owner tracking.
+	Document pageto and discovto options.
+
+	Note:
+	This version needs at least bluez-libs-3.5
+
 ver 3.4:
 	Improve error reporting for failed HCI commands.
 	Improve handling of CancelBonding.
diff --git a/configure.in b/configure.in
index 64fb67a..05be9d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.4)
+AM_INIT_AUTOMAKE(bluez-utils, 3.5)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE