Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 52e6f69..bdc21e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 3.35:
+	Add UUID-128 support for service discovery.
+	Fix usage of friendly names for service discovery.
+	Fix authorization when experiemental is disabled.
+	Fix uninitialized variable in passkey request handling.
+	Enable output of timestamps for l2test and rctest.
+
+	Note:
+	This version needs at least bluez-libs-3.35
+
 ver 3.34:
 	Use safe function versions for SDP client handling.
 	Fix issue with RemoveDevice during discovery procedure.
diff --git a/configure.in b/configure.in
index a6c0808..6577c7f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.34)
+AM_INIT_AUTOMAKE(bluez-utils, 3.35)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE