Release 4.84
diff --git a/ChangeLog b/ChangeLog
index aefe037..5c30bea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.84:
+	Fix issue with wrong parameters and device found signals.
+	Fix issue with leaking EIR data if RSSI does not change.
+	Fix issue with adapter initialization state.
+	Fix issue with closing of SDP server sockets.
+
 ver 4.83:
 	Fix issue with already connected HFP/HSP endpoints.
 	Fix missing reply when create device is canceled.
diff --git a/configure.ac b/configure.ac
index 56e3c41..f5c8d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.83)
+AC_INIT(bluez, 4.84)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)