Release 5.13
diff --git a/ChangeLog b/ChangeLog
index 1db42c9..5aee208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 5.13:
+	Fix issue with PS3 controller detection.
+	Add support for data transfers to L2CAP testing tool.
+	Add support for delay reporting to AVDTP testing tool.
+	Add support for Android Bluetooth Core interface.
+	Add support for Android Bluetooth Socket interface.
+	Add support for Android Bluetooth HID Host interface.
+	Add support for Android Bluetooth PAN interface.
+
 ver 5.12:
 	Fix issue with missing reply to DisconnectProfile.
 	Fix issue with icon property and class of device changes.
@@ -8,7 +17,7 @@
 	Add support for LE L2CAP CoC test capabilities.
 	Add support for AVDTP qualification test cases.
 	Add support for SMP cryptographic test cases.
-s
+
 ver 5.11:
 	Fix issue with connection attempt when not powered.
 	Fix issue with assigning player to AVRCP target role.
diff --git a/configure.ac b/configure.ac
index 5171c38..c85f208 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.12)
+AC_INIT(bluez, 5.13)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])