Release 4.87
diff --git a/ChangeLog b/ChangeLog
index 7633be0..eb75833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.87:
+	Fix issue with initialization when adapter is already up.
+	Fix issue with attribute server MTU and incoming connections.
+	Fix issue with duplicate characteristics after discovery.
+
 ver 4.86:
 	Revert wrong fix for SDP PDU size error response.
 	Fix various memory leaks in A2DP and AVDTP support.
diff --git a/configure.ac b/configure.ac
index 4a979f0..bebdc9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.86)
+AC_INIT(bluez, 4.87)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)