Release 5.36
diff --git a/ChangeLog b/ChangeLog
index 1ab978d..6abb724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.36:
+	Fix issue with PBAP headers for size query.
+	Fix issue with AVRCP current player handling.
+	Fix issue with device information handling.
+	Fix issue with device disconnect handling.
+	Fix issue with duplicate connect handling.
+	Fix issue with attribute claiming for drivers.
+
 ver 5.35:
 	Fix issue with connected devices after discovery.
 	Fix issue with profile support and LTK loading.
diff --git a/configure.ac b/configure.ac
index 83a0776..2d3e5d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.35)
+AC_INIT(bluez, 5.36)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])