diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecf26c8f8..5e442ed26 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.10] - 2024-09-01
+
### Added
- Swedish translation (thanks Shift18, Andreas Håll)
diff --git a/fastlane/metadata/android/en-US/changelogs/129.txt b/fastlane/metadata/android/en-US/changelogs/129.txt
new file mode 100644
index 000000000..9443d2b15
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/129.txt
@@ -0,0 +1,3 @@
+In v1.11.10:
+- enjoy the app in Swedish
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/12901.txt b/fastlane/metadata/android/en-US/changelogs/12901.txt
new file mode 100644
index 000000000..9443d2b15
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/12901.txt
@@ -0,0 +1,3 @@
+In v1.11.10:
+- enjoy the app in Swedish
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index c4e4e5920..43478f34c 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.9+128
+version: 1.11.10+129
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 1b597dbb2..9443d2b15 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,3 @@
-In v1.11.9:
-- peruse more options to tag or move via quick actions
-- read long descriptions right from the overlay
-- sort videos by duration
+In v1.11.10:
+- enjoy the app in Swedish
Full changelog available on GitHub
\ No newline at end of file