diff --git a/CHANGELOG.md b/CHANGELOG.md
index 089d74369..8dbf7c1c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [v1.11.11] - 2024-09-16
+
### Added
- support opening from the lock screen
diff --git a/fastlane/metadata/android/en-US/changelogs/130.txt b/fastlane/metadata/android/en-US/changelogs/130.txt
new file mode 100644
index 000000000..43e1c1fce
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/130.txt
@@ -0,0 +1,3 @@
+In v1.11.11:
+- review photos from the lock screen
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/13001.txt b/fastlane/metadata/android/en-US/changelogs/13001.txt
new file mode 100644
index 000000000..43e1c1fce
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/13001.txt
@@ -0,0 +1,3 @@
+In v1.11.11:
+- review photos from the lock screen
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 24c5a2152..6c5f19c99 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
-version: 1.11.10+129
+version: 1.11.11+130
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 9443d2b15..43e1c1fce 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,3 +1,3 @@
-In v1.11.10:
-- enjoy the app in Swedish
+In v1.11.11:
+- review photos from the lock screen
Full changelog available on GitHub
\ No newline at end of file