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