diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb1464050..e355108e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
-## [v1.11.7] - 2024-07-18
+## [v1.11.8] - 2024-07-19
### Added
- Explorer: set custom path as home
- Explorer: create shortcut to custom path
-- predictive back support (inter-app)
### Changed
@@ -21,6 +20,8 @@ All notable changes to this project will be documented in this file.
- crash when cataloguing some PNG files
+## [v1.11.7] - 2024-07-18 [YANKED AGAIN!]
+
## [v1.11.6] - 2024-07-17 [YANKED]
## [v1.11.5] - 2024-07-11
diff --git a/fastlane/metadata/android/en-US/changelogs/127.txt b/fastlane/metadata/android/en-US/changelogs/127.txt
new file mode 100644
index 000000000..eb8a20e22
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/127.txt
@@ -0,0 +1,4 @@
+In v1.11.8:
+- explore your collection with the... explorer
+- convert your motion photos to stills in bulk
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/12701.txt b/fastlane/metadata/android/en-US/changelogs/12701.txt
new file mode 100644
index 000000000..eb8a20e22
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/12701.txt
@@ -0,0 +1,4 @@
+In v1.11.8:
+- explore your collection with the... explorer
+- convert your motion photos to stills in bulk
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index e66a42407..7fe5392e3 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.7+126
+version: 1.11.8+127
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index d1ba36473..eb8a20e22 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,4 +1,4 @@
-In v1.11.7:
+In v1.11.8:
- explore your collection with the... explorer
- convert your motion photos to stills in bulk
Full changelog available on GitHub
\ No newline at end of file