Release 4.62
diff --git a/ChangeLog b/ChangeLog
index 5849a66..0b04736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.62:
+	Fix accidental symbol breakage with inquiry transmit power.
+	Fix using invalid data from previous headset connection.
+	Fix double free on AVDTP Abort response.
+	Fix possible crash while verifying AVDTP version.
+	Fix missing inuse flag when AVDTP stream is configured.
+	Add support for Bluetooth controller types.
+
 ver 4.61:
 	Fix issues with Read Inquiry Response Transmit Power Level.
 	Fix possible invalid read when removing a temporary device.
diff --git a/configure.ac b/configure.ac
index bbe29ea..97b82e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.61)
+AC_INIT(bluez, 4.62)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)