Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sborushevsky committed Apr 13, 2023
1 parent 5282a9c commit 73f3136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions SystemServices/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.4.0] - 2023-04-13
### Added
- Added new API's uploadLogsAsync and abortLogUpload.
- Added listener for power state changes to call uploadLogsAsync and abortLogUpload.

## [1.3.0] - 2023-04-03
### Added
- Added new API getWakeupSrcConfiguration and updated setWakeupSrcConfiuration API to use across all platforms.
Expand Down
2 changes: 1 addition & 1 deletion SystemServices/SystemServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
using namespace std;

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 3
#define API_VERSION_NUMBER_MINOR 4
#define API_VERSION_NUMBER_PATCH 0

#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
Expand Down

0 comments on commit 73f3136

Please sign in to comment.