Release 5.4
diff --git a/ChangeLog b/ChangeLog
index 7a1f28a..1e7be52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 5.4:
+	Fix issue with invalid memory access and SDP service search.
+	Add support for available player changed event for controller.
+	Add support for UIDs changed event for AVRCP controller.
+	Add support for mandatory AVRCP pass-through operations.
+	Add support for Message Notification Service (MNS) server.
+	Add support for agent methods within command line client.
+
 ver 5.3:
 	Fix issue with registering invalid profiles.
 	Fix issue with inconsistent A2DP transport state.
diff --git a/configure.ac b/configure.ac
index 77568ce..14f3a99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.3)
+AC_INIT(bluez, 5.4)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])