Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 0ee03b2..3ce9b62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.6:
+	Update D-Bus based RFCOMM interface support.
+	Use L2CAP raw sockets for HCI connection creation.
+	Add periodic discovery support to the D-Bus interface.
+	Add initial support for device names via EIR.
+	Add proper UTF-8 validation of device names.
+	Add support for the J-Three keyboard.
+
+	Note:
+	This version needs at least bluez-libs-3.6
+
 ver 3.5:
 	Fix and cleanup watch functionality.
 	Add support for periodic inquiry mode.
diff --git a/configure.in b/configure.in
index 05be9d2..181551a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.5)
+AM_INIT_AUTOMAKE(bluez-utils, 3.6)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE