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 Mar 21, 2024
1 parent 5014a01 commit e81548d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions PersistentStore/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.8] - 2024-03-21
### Added
- Account scope implementation
- L0, L2 unit tests
- Out-of-process

## [1.0.7] - 2024-03-18
### Fixed
- PersistentStore.json is not generated in R2 build due to write_config() empty parameter & its fixed for R2 builds
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 6
#define API_VERSION_NUMBER_PATCH 8

namespace WPEFramework {

Expand Down

0 comments on commit e81548d

Please sign in to comment.