Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 134e8c4..19276a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 3.30:
+	Convert audio service into a plugin.
+	Convert input service into a plugin.
+	Convert serial service into a plugin.
+	Convert network service into a plugin.
+	Emit old device signals when a property is changed.
+	Fix missing DiscoverDevices and CancelDiscovery methods.
+	Add basic support for Bluetooth sessions.
+	Add avinfo utility for AVDTP/A2DP classification.
+	Remove build option for deprecated sdpd binary.
+
+	Note:
+	This version needs at least bluez-libs-3.30
+
 ver 3.29:
 	Introduce new D-Bus based API.
 	Add more SBC optimizations.
diff --git a/configure.in b/configure.in
index 08c3818..0269d93 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.29)
+AM_INIT_AUTOMAKE(bluez-utils, 3.30)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE