diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8e466ed4..21cbbf1ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file
- Autofill fast unlocking setup: PIN setting dialog/biometric prompt were not shown after passphrase verification
- Shortcuts on the home screen (pinned passwords) were pointing to the containing folder, not the actual password
- There is now one fast unlocking PIN per PGP ID to prevent password leakage in case of folders that were initialised with different PGP IDs
+- Failing SSH connection on Android 17 devices with servers in a local network; `ACCESS_LOCAL_NETWORK` permission added to manifest
## [2.0.0] - 2026-07-26
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4189c6a4c..c103f1e4f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -8,6 +8,7 @@
android:installLocation="auto">
+