Release 5.50
diff --git a/ChangeLog b/ChangeLog
index 16053c2..c04d769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+ver 5.50:
+	Fix issue with GATT and reading long values.
+	Fix issue with GATT and reading multiple includes.
+	Fix issue with GATT and service changes when offline.
+	Fix issue with handling secondary service discovery.
+	Fix issue with handling persistency of CCC values.
+	Fix issue with handling Mesh session on disconnection.
+	Fix issue with handling Mesh proxy PDU SAR message length.
+	Fix issue with handling Mesh default heartbeat TTL value.
+	Add support for Mesh node-reset operation handling.
+	Add support for GATT authorization request handling.
+	Add support for GATT minimum key size requirements.
+	Add support for GATT server and included services.
+	Add support for handling additional advertising data.
+	Add support for handling separate discoverable state.
+	Add support for enabling HFP version 1.7 features.
+	Add support for dedicated Bluetooth logging daemon.
+
 ver 5.49:
 	Fix issue with configuring discoverable advertising flag.
 	Fix issue with bearer selection and single mode controllers.
diff --git a/configure.ac b/configure.ac
index 2daf1aa..24fa4a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.49)
+AC_INIT(bluez, 5.50)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])