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 May 20, 2024
1 parent dbcc5f1 commit 94e0083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions PersistentStore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10] - 2024-05-20
### Fixed
- Supply security token with curl json-rpc

## [1.0.9] - 2024-04-01
### Added
- Get token from auth service, supply ids in the cloud calls
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 9
#define API_VERSION_NUMBER_PATCH 10

namespace WPEFramework {

Expand Down

0 comments on commit 94e0083

Please sign in to comment.