diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cb77c2d..752ec0678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [v1.11.12] - 2024-09-16 +## [v1.11.13] - 2024-09-17 ### Added @@ -19,6 +19,8 @@ All notable changes to this project will be documented in this file. - crash when cataloguing some malformed MP4 files - inconsistent launch screen +## [v1.11.12] - 2024-09-16 [YANKED AGAIN!] + ## [v1.11.11] - 2024-09-16 [YANKED] ## [v1.11.10] - 2024-09-01 diff --git a/fastlane/metadata/android/en-US/changelogs/132.txt b/fastlane/metadata/android/en-US/changelogs/132.txt new file mode 100644 index 000000000..c0c7c4762 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/132.txt @@ -0,0 +1,3 @@ +In v1.11.13: +- 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/13201.txt b/fastlane/metadata/android/en-US/changelogs/13201.txt new file mode 100644 index 000000000..c0c7c4762 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13201.txt @@ -0,0 +1,3 @@ +In v1.11.13: +- 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 c3345c489..a0fd8ce63 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.12+131 +version: 1.11.13+132 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index d76189ea3..c0c7c4762 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,3 +1,3 @@ -In v1.11.12: +In v1.11.13: - review photos from the lock screen Full changelog available on GitHub \ No newline at end of file