Release 4.41
diff --git a/ChangeLog b/ChangeLog
index ba0aa1f..6efb5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.41:
+	Fix pairing even if the ACL gets dropped before successful SDP.
+	Fix regression which caused device to be removed after pairing.
+	Fix HSP record fetching when remote device doesn't support it.
+	Fix SDP discovery canceling when clearing hs->pending.
+	Fix headset never connecting on the first attempt.
+	Fix headset state tracking if bt_search_service() fails.
+	Fix maximum headset connection count check.
+	Fix AVDTP Discover timeout handling.
+	Fix also UI_SET_KEYBIT for the new pause and play key codes.
+
 ver 4.40:
 	Add telephony driver for oFono telephony stack.
 	Add support for Dell specific HID proxy switching.
diff --git a/configure.ac b/configure.ac
index 1686d18..da930e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.40)
+AM_INIT_AUTOMAKE(bluez, 4.41)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE