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 Jun 18, 2024
1 parent 255cdd5 commit f9b52b1
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.14] - 2024-06-14
### Fixed
- Spawn 1 process instead of 2
- Do not activate if process times out
- Deactivate if process crashes

## [1.0.13] - 2024-05-31
### Fixed
- Add support for error 5 (NOT_FOUND) returned from SecureStore endpoint
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 13
#define API_VERSION_NUMBER_PATCH 14

namespace WPEFramework {

Expand Down

0 comments on commit f9b52b1

Please sign in to comment.