diff --git a/CHANGELOG.md b/CHANGELOG.md
index 482e10d2a..cc03c9b42 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.7.6] - 2022-11-26
+
### Changed
- build: use `flutter-wrapper`, bundle Flutter as submodule
- build: use split APKs for `libre` flavor
diff --git a/fastlane/metadata/android/en-US/changelogs/1086.txt b/fastlane/metadata/android/en-US/changelogs/1086.txt
new file mode 100644
index 000000000..55493c9f4
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1086.txt
@@ -0,0 +1,5 @@
+In v1.7.6:
+- use viewer quick actions to rate, tag, locate
+- set a default editor
+- export metadata to a text file
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 07961f75d..1e905a8c0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,10 +3,10 @@ description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
# version bump checklist:
# - pubspec version
-# - github changelog: /CHANGELOG.md
-# - play changelog: /whatsnew/whatsnew-en-US
-# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
-version: 1.7.5+85
+# - github changelog: /CHANGELOG.md
+# - play changelog: /whatsnew/whatsnew-en-US
+# - izzy/libre changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
+version: 1.7.6+86
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 3ae743b04..55493c9f4 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,4 +1,4 @@
-In v1.7.5:
+In v1.7.6:
- use viewer quick actions to rate, tag, locate
- set a default editor
- export metadata to a text file