diff --git a/Miracast/CHANGELOG.md b/Miracast/CHANGELOG.md index dcd8c15c8b..2ca8b5c801 100644 --- a/Miracast/CHANGELOG.md +++ b/Miracast/CHANGELOG.md @@ -13,6 +13,12 @@ All notable changes to this RDK Service will be documented in this file. Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development. For more details, refer to versioning section under Main README. +## [1.0.6] - 2024-05-02 +### Fixed +- Removed the stale P2P Group interface during the plugin activation. +- Added the MiracastService changes to handle the Direct P2P Group Started events +- Fixed the SIGBUS/SIGSEV crash in Apache4K while do playRequest with MiracastPlayer plugin + ## [1.0.5] - 2024-04-04 ### Fixed - Added the synchronization for enable/disable the MiracastService discovery. diff --git a/Miracast/MiracastService/MiracastService.cpp b/Miracast/MiracastService/MiracastService.cpp index 4c023acf1e..6db578e889 100644 --- a/Miracast/MiracastService/MiracastService.cpp +++ b/Miracast/MiracastService/MiracastService.cpp @@ -47,7 +47,7 @@ using namespace std; #define API_VERSION_NUMBER_MAJOR 1 #define API_VERSION_NUMBER_MINOR 0 -#define API_VERSION_NUMBER_PATCH 5 +#define API_VERSION_NUMBER_PATCH 6 #define SERVER_DETAILS "127.0.0.1:9998" #define SYSTEM_CALLSIGN "org.rdk.System"