Release 4.67
diff --git a/ChangeLog b/ChangeLog
index 6031701..884cb52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.67:
+	Fix issue with authentication reply when bonding already completed.
+	Fix issue with not canceling authentication when bonding fails.
+	Fix issue with changed combination keys and temporary storage.
+	Fix issue with sdp_get_supp_feat library function.
+	Fix issue with missing unblock on device removal.
+	Fix issue with not waiting for mode change completion.
+	Add ARMv6 optimized version of analysis filter for SBC encoder.
+
 ver 4.66:
 	Fix regression with full debug enabling via SIGUSR2.
 	Fix redundant speaker/microphone gains being sent.
diff --git a/configure.ac b/configure.ac
index 154d0dc..97c4d93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.66)
+AC_INIT(bluez, 4.67)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)