Release 4.96
diff --git a/ChangeLog b/ChangeLog
index 364dd29..c797551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.96:
+	Fix issue with race condition in AVDTP stream start.
+	Fix issue with global adapter offline switching.
+	Fix issue with pairing and No Bonding devices.
+	Add support for Nintendo Wii Remote pairing.
+
 ver 4.95:
 	Fix issue with AVCTP replies with invalid PID.
 	Fix issue with AVRCP and unknown packet types.
diff --git a/configure.ac b/configure.ac
index 8f54f60..908ad55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.95)
+AC_INIT(bluez, 4.96)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)