We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2dcae commit 957e333Copy full SHA for 957e333
FrontPanel/CHANGELOG.md
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
17
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
18
19
+## [1.0.9] - 2024-11-29
20
+### Added
21
+- Fixed sharp FP issue
22
+
23
## [1.0.8] - 2024-09-30
24
### Added
25
- Fixed getFrontPanelIndicatorInfo API
FrontPanel/FrontPanel.cpp
@@ -65,7 +65,7 @@
65
66
#define API_VERSION_NUMBER_MAJOR 1
67
#define API_VERSION_NUMBER_MINOR 0
68
-#define API_VERSION_NUMBER_PATCH 8
+#define API_VERSION_NUMBER_PATCH 9
69
70
namespace
71
{
0 commit comments