diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ed21695..11ae3c97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
+- We removed some unused Android Permissions coming in from Manifest mergers.
+
+## [19.1.6] - 2026-09-16
+
+- We migrated iOS to the UIKit scene delegate lifecycle.
+
+## [19.1.5] - 2026-09-01
+
- We addressed a random scenario where gradle would resolve to using the Hermes v1 compiler instead of the old hermes override in gradle.properties. This would throw issues with "...bytecode mismatch...".
## [20.0.1] - 2026-08-24
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 77014ef9..6ad1e128 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -27,6 +27,8 @@
+
+