Release 4.55
diff --git a/ChangeLog b/ChangeLog
index 990d67a..6593996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.55:
+	Add support for POSIX capabilities dropping.
+	Add special quirk for the Nokia CK-20W car kit.
+	Fix error code handling for AVDTP SetConfiguration response.
+	Fix updating out of range list when RSSI hasn't changed.
+	Fix various memory leaks and unnecessary error checks.
+
 ver 4.54:
 	Add introspection interface to output of introspection calls.
 	Fix stream handling when media transport disconnects prematurely.
diff --git a/configure.ac b/configure.ac
index d86500e..b93cca0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.54)
+AC_INIT(bluez, 4.55)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)