Skip to content

Commit 94e7d1e

Browse files
Changelog update
Signed-off-by: Andrzej Surdej <[email protected]>
1 parent a434102 commit 94e7d1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

WebKitBrowser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ All notable changes to this RDK Service will be documented in this file.
1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

1919

20+
## [1.1.30] - 2025-06-27
21+
### Fixed
22+
- Change kill signal for unresponsive suspended WebProcess
23+
2024
## [1.1.29] - 2025-06-05
2125
### Fixed
2226
- Fixed Numeric Truncation Error

WebKitBrowser/WebKitBrowser.cpp

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

2222
#define API_VERSION_NUMBER_MAJOR 1
2323
#define API_VERSION_NUMBER_MINOR 1
24-
#define API_VERSION_NUMBER_PATCH 29
24+
#define API_VERSION_NUMBER_PATCH 30
2525

2626
namespace WPEFramework {
2727

0 commit comments

Comments
 (0)