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 Apr 2, 2024
1 parent be4d8c0 commit 80cfe06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions PersistentStore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ 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.9] - 2024-04-01
### Added
- Get token from auth service, supply ids in the cloud calls
- Return ERROR_NOT_SUPPORTED if unsupported

## [1.0.8] - 2024-03-21
### Added
- Account scope implementation
Expand Down
2 changes: 1 addition & 1 deletion PersistentStore/PersistentStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 0
#define API_VERSION_NUMBER_PATCH 8
#define API_VERSION_NUMBER_PATCH 9

namespace WPEFramework {

Expand Down

0 comments on commit 80cfe06

Please sign in to comment.