Release 4.78
diff --git a/ChangeLog b/ChangeLog
index c75628d..3f3675b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.78:
+	Fix various issues with AVDTP timer handling.
+	Fix various issues with handling of mode changes.
+	Fix issue with audio disconnect watch in connecting state.
+	Fix issue with handling call waiting indicators in telephony.
+	Fix issue with handling UUID parameter and RegisterEndpoint.
+	Add initial support for Bluetooth Management interface.
+	Add support for Application property to HealthChannel.
+
 ver 4.77:
 	Fix issue with device name and accessing already freed memory.
 	Fix issue with handling CHLD=0 command for handsfree.
diff --git a/configure.ac b/configure.ac
index 13a154c..ace1d5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.77)
+AC_INIT(bluez, 4.78)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)