Release 4.93
diff --git a/ChangeLog b/ChangeLog
index 9b683b8..b226243 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.93:
+	Fix issue with property type and Health Main channel.
+	Fix issue with crash when removing devices.
+	Add support for hid2hci and udev integration.
+
 ver 4.92:
 	Fix issue with handling of A2DP suspend response.
 	Fix issue with crashing when acquiring A2DP stream.
diff --git a/configure.ac b/configure.ac
index cf32e01..111ff01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.92)
+AC_INIT(bluez, 4.93)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)