Release 4.77
diff --git a/ChangeLog b/ChangeLog
index 67cfc69..c75628d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.77:
+	Fix issue with device name and accessing already freed memory.
+	Fix issue with handling CHLD=0 command for handsfree.
+	Fix issue with manager properties and no adapters.
+	Fix issue with properties and broken service records.
+	Fix issue with A2DP playback and sample rate changes.
+	Update MCAP and HDP support.
+
 ver 4.76:
 	Fix issue in telephony driver with hanging up held call.
 	Fix issue in telephony driver with notifications when on hold.
diff --git a/configure.ac b/configure.ac
index 6ffeb20..13a154c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.76)
+AC_INIT(bluez, 4.77)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)