Release 4.7
diff --git a/ChangeLog b/ChangeLog
index 13409b5..a7d255a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.7:
+	Fix pairing and service discovery logic.
+	Fix crashes during suspend and resume.
+	Fix race condition within devdown mode.
+	Add RequestSession and ReleaseSession methods.
+	Add Powered and Discoverable properties.
+	Add Devices property and deprecate ListDevices.
+	Add workaround for a broken carkit from Nokia.
+
 ver 4.6:
 	Fix Device ID record handling.
 	Fix service browsing and storage.
diff --git a/configure.ac b/configure.ac
index a7e978b..978710d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.6)
+AM_INIT_AUTOMAKE(bluez, 4.7)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE