Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading