Release 4.83
diff --git a/ChangeLog b/ChangeLog
index 767e1a6..aefe037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 4.83:
+	Fix issue with already connected HFP/HSP endpoints.
+	Fix missing reply when create device is canceled.
+	Fix memory leak within the attribute server.
+	Fix memory leak with unused extended inquiry name.
+	Fix setting paired state when device->authr is false.
+	Fix clearing authentication request for renewed keys.
+	Add support for storing link keys in runtime memory.
+	Update support for primary service discovery.
+
 ver 4.82:
 	Fix crash with mmap of files with multiples of page size.
 	Fix HFP response and hold (AT+BTRH) command response.
diff --git a/configure.ac b/configure.ac
index 5f09cb6..56e3c41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.82)
+AC_INIT(bluez, 4.83)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)