Skip to content

Commit

Permalink
update changelog and api version
Browse files Browse the repository at this point in the history
  • Loading branch information
npoltorapavlo committed Nov 19, 2024
1 parent 01553d8 commit eed9a56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CloudStore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CloudStore/CloudStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit eed9a56

Please sign in to comment.