Release 4.30
diff --git a/ChangeLog b/ChangeLog
index 93d4b9c..a3db0f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.30:
+	Add CID field to L2CAP socket address structure.
+	Fix reset of authentication requirements after bonding.
+	Fix storing of link keys when using dedicated bonding.
+	Fix storing of pre-Bluetooth 2.1 link keys.
+	Fix resetting trust settings on every reboot.
+	Fix handling of local name changes.
+	Fix memory leaks in hciconfig and hcitool
+
 ver 4.29:
 	Use AVRCP version 1.0 for now.
 	Decrease AVDTP idle timeout to one second.
diff --git a/configure.ac b/configure.ac
index 6511b79..7e22e3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.29)
+AM_INIT_AUTOMAKE(bluez, 4.30)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE