Release 5.32
diff --git a/ChangeLog b/ChangeLog
index 910dfa6..649310d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.32:
+	Fix issue with OPP GET request path handling.
+	Fix issue with ATT information request errors.
+	Fix issue with advertising instance numbers.
+	Fix issue with overwriting SDP record cache.
+	Fix issue with new connections during disconnect.
+	Add support for GATT security auto-elevation.
+
 ver 5.31:
 	Fix issue with crash in networking interface.
 	Fix issue with crash when creating endless GATT loops.
diff --git a/configure.ac b/configure.ac
index c65d19a..4f81517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.31)
+AC_INIT(bluez, 5.32)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])