Release 4.65
diff --git a/ChangeLog b/ChangeLog
index fc4bbe1..37e886a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.65:
+	Fix issues with general bonding being default setting now.
+	Fix driver removal upon device removal.
+	Add new "Blocked" property to device objects.
+	Add hciconfig support for blacklisting.
+	Add support for dynamic debug feature.
+
 ver 4.64:
 	Fix invalid memory access in headset_get_nrec function.
 	Fix issue with disconnect event on higher protocol layers.
diff --git a/configure.ac b/configure.ac
index 2af02df..ec090aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.64)
+AC_INIT(bluez, 4.65)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)