Release 4.54
diff --git a/ChangeLog b/ChangeLog
index 2dd1e6d..990d67a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.54:
+	Add introspection interface to output of introspection calls.
+	Fix stream handling when media transport disconnects prematurely.
+	Fix command timeout handling when there's no stream.
+	Fix headset_suspend_stream behavior for invalid states
+	Fix issue with AVDTP ABORTING state transition.
+	Fix issue with AVDTP suspend while closing.
+
 ver 4.53:
 	Fix issue with telephony connection state notifications.
 	Fix AVDTP stream leak for invalid media transport config.
diff --git a/configure.ac b/configure.ac
index d4910a1..4b0d634 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.53)
+AC_INIT(bluez, 4.54)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)