Release 4.34
diff --git a/ChangeLog b/ChangeLog
index b5f5e5a..e7c7cca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+ver 4.34:
+	Add support for version checks of plugins.
+	Add support for class property on adapter interface.
+	Add support for second SDP attempt after connection reset.
+	Add support for more detailed audio states.
+	Add support for HFP+A2DP auto connection feature.
+	Add support for new and improved audio IPC.
+	Add program for testing audio IPC interface.
+	Fix various AVDTP qualification related issues.
+	Fix broken SDP AttributeIdList parsing.
+	Fix invalid memory access of SDP URL handling.
+	Fix local class of device race conditions.
+	Fix issue with periodic inquiry on startup.
+	Fix missing temporary devices in some situations.
+	Fix SBC alignment issue for encoding with four subbands.
+
 ver 4.33:
 	Add Paired property to the DeviceFound signals.
 	Add support for Headset profile 1.2 version.
diff --git a/configure.ac b/configure.ac
index b2de5c2..103c7bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.33)
+AM_INIT_AUTOMAKE(bluez, 4.34)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE