Release 5.49
diff --git a/ChangeLog b/ChangeLog
index b78d29a..16053c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 5.49:
+	Fix issue with configuring discoverable advertising flag.
+	Fix issue with bearer selection and single mode controllers.
+	Fix issue with Connect and ConnectProfile returning in progress.
+	Fix issue with missing Paired property change when not bonded.
+	Fix issue with storage for controllers without public address.
+	Fix issue with handling AVCTP disconnecting the channel queue.
+	Fix issue with not clearing connectable setting on power off.
+	Fix issue with creating multiple mgmt socket instances.
+	Fix issue with GATT server and BR/EDR only devices.
+	Fix issue with InterfaceAdded event ordering.
+	Add support for generic ConnectDevice method call.
+	Add support for Mesh heartbeat client functionality.
+
 ver 5.48:
 	Fix issue with subscriptions for unpaired devices.
 	Fix issue with handling A2DP and no available SEP.
diff --git a/configure.ac b/configure.ac
index 0a4c9fd..db46d6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.48)
+AC_INIT(bluez, 5.49)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
 					tar-pax no-dist-gzip dist-xz])