Skip to content

Commit

Permalink
RDK-43052: Update RDKShell API version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianM27 committed Dec 4, 2023
1 parent 99fdee2 commit 0126916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RDKShell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ All notable changes to this RDK Service will be documented in this file.
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [1.4.11] - 2023-12-04
### Added
- Added Hibernate and Restore api and Auto Hibernation for suspended native apps

## [1.4.10] - 2023-10-23
### Added
Expand Down
2 changes: 1 addition & 1 deletion RDKShell/RDKShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 4
#define API_VERSION_NUMBER_PATCH 6
#define API_VERSION_NUMBER_PATCH 11

const string WPEFramework::Plugin::RDKShell::SERVICE_NAME = "org.rdk.RDKShell";
//methods
Expand Down

0 comments on commit 0126916

Please sign in to comment.