diff --git a/CloudStore/CHANGELOG.md b/CloudStore/CHANGELOG.md index 286ecd7b3f..496a727d00 100644 --- a/CloudStore/CHANGELOG.md +++ b/CloudStore/CHANGELOG.md @@ -16,6 +16,12 @@ 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.2] - 2024-11-19 +### Fixed +- Set up idle timer +- Log grpc endpoint on startup +- Get security token on startup only + ## [1.0.1] - 2024-09-17 ### Fixed - Decouple notification, add timeouts diff --git a/CloudStore/CloudStore.cpp b/CloudStore/CloudStore.cpp index eb3218d799..427b371e1c 100644 --- a/CloudStore/CloudStore.cpp +++ b/CloudStore/CloudStore.cpp @@ -24,7 +24,7 @@ #define API_VERSION_NUMBER_MAJOR 1 #define API_VERSION_NUMBER_MINOR 0 -#define API_VERSION_NUMBER_PATCH 1 +#define API_VERSION_NUMBER_PATCH 2 namespace WPEFramework {