Release 4.37
diff --git a/ChangeLog b/ChangeLog
index 789811b..092f27d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.37:
+	Add version value for Bluetooth 3.0 devices.
+	Add additional L2CAP extended feature mask bits.
+	Add support for loading plugins in priority order.
+	Add support for more detailed usage of disconnect watches.
+	Add support for AVRCP volume control.
+	Add saturated clipping of SBC decoder output to 16-bit.
+	Fix potentially infinite recursion of adapter_up.
+	Fix SCO handling in the case of an incoming call.
+	Fix input service to use confirm callback.
+	Fix cleanup of temporary device entries from storage.
+
 ver 4.36:
 	Add proper tracking of AVCTP connect attempts.
 	Add support to channel pattern in Serial interface.
diff --git a/configure.ac b/configure.ac
index 6a57410..5a65462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.36)
+AM_INIT_AUTOMAKE(bluez, 4.37)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE