diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt
index 413692c6..65c19714 100644
--- a/fastlane/metadata/android/de-DE/changelogs/default.txt
+++ b/fastlane/metadata/android/de-DE/changelogs/default.txt
@@ -1 +1,2 @@
-- Automatischer Upload bei Geräten mit Android Version 10 behoben
\ No newline at end of file
+- Zeige Dialog und Benachrichtigung an, wenn die Berechtigung "Dateien" widerrufen wird, erforderlich für den automatischen Upload
+- Das Abmelden von einer Cloud löscht nun auch die Anmeldeinformationen einer aktiven Verbindung zu ihr
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt
index ccbf9fab..553889a4 100644
--- a/fastlane/metadata/android/en-US/changelogs/default.txt
+++ b/fastlane/metadata/android/en-US/changelogs/default.txt
@@ -1 +1,2 @@
-- Fixed auto upload via devices running Android version 10
\ No newline at end of file
+- Show information when "Storage" permission revoked, required for auto upload
+- Logging out of a cloud now also clears the credentials of an active connection to it
\ No newline at end of file
diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html
index d18e9f07..f9ebcce6 100644
--- a/fastlane/release-notes.html
+++ b/fastlane/release-notes.html
@@ -1,3 +1,4 @@
 <ul>
-  <li>Fixed auto upload via devices running Android version 10</li>
+  <li>Show information when "Storage" permission revoked, required for auto upload</li>
+  <li>Logging out of a cloud now also clears the credentials of an active connection to it</li>
 </ul>
\ No newline at end of file