From 0ad17a799520be646d98521edca0c6b9cce6f21e Mon Sep 17 00:00:00 2001 From: islameldesoky1 Date: Thu, 10 Sep 2026 10:14:56 +0100 Subject: [PATCH] docs: sync CHANGELOG 2.31.0 entry with native mobile-sdk release notes --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9def0b7a..e52a9f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ [Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/) ### 2.31.0 – Sep 9, 2026 +## Features +* **[Flutter]** Added edge-to-edge display support for the consent banner on Android, correctly handling system bar insets +* **[Core]** Added `controllerId` injection support to `UsercentricsOptions` +* **[Unreal]** Added native Unreal Engine bridge scaffolding for Android and iOS, wired into the UsercentricsUI compile target + +## Fixes +* **[Android]** Fixed the `version` parameter in `UsercentricsOptions` being ignored when a cached settings response already exists + ## Chores -* **[Core]** Bumped native Usercentrics SDK to 2.31.0. +* **[Core]** Bumped native Usercentrics SDK to 2.31.0 +* **[Security]** Bumped `fastlane` to patch a high-severity `jwt` CVE +* **[Security]** Bumped `fast-xml-builder` to patch a high-severity CVE ### 2.30.0 – Aug 19, 2026 ## Features