Skip to content

Commit 957e333

Browse files
RDKTV-34282: Updated the CHANGELOG.md and API version
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
1 parent 0f2dcae commit 957e333

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

FrontPanel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [1.0.9] - 2024-11-29
20+
### Added
21+
- Fixed sharp FP issue
22+
1923
## [1.0.8] - 2024-09-30
2024
### Added
2125
- Fixed getFrontPanelIndicatorInfo API

FrontPanel/FrontPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
#define API_VERSION_NUMBER_MAJOR 1
6767
#define API_VERSION_NUMBER_MINOR 0
68-
#define API_VERSION_NUMBER_PATCH 8
68+
#define API_VERSION_NUMBER_PATCH 9
6969

7070
namespace
7171
{

0 commit comments

Comments
 (0)