diff --git a/ResourceManager/CHANGELOG.md b/ResourceManager/CHANGELOG.md index 82cfa7468b..dcc43a5231 100644 --- a/ResourceManager/CHANGELOG.md +++ b/ResourceManager/CHANGELOG.md @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file. * For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README. +## [1.0.1] - 2023-11-08 +### Changed +- Added an RFC to control reserveTTS API + ## [1.0.0] - 2023-07-06 ### Added - Add CHANGELOG diff --git a/ResourceManager/ResourceManager.cpp b/ResourceManager/ResourceManager.cpp index bf91421e8a..58c2b868ed 100644 --- a/ResourceManager/ResourceManager.cpp +++ b/ResourceManager/ResourceManager.cpp @@ -22,7 +22,7 @@ #define API_VERSION_NUMBER_MAJOR 1 #define API_VERSION_NUMBER_MINOR 0 -#define API_VERSION_NUMBER_PATCH 0 +#define API_VERSION_NUMBER_PATCH 1 static std::string sThunderSecurityToken; //methods @@ -62,13 +62,17 @@ namespace WPEFramework { std::cout<<"EssRMgrCreate "<<((mEssRMgr != nullptr)?"succeeded":"failed")< mAppsAVBlacklistStatus;