diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01de8b19e..0dea5d4bc 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.1] - 2022-10-09
+
### Added
- mosaic layout
diff --git a/fastlane/metadata/android/en-US/changelogs/1081.txt b/fastlane/metadata/android/en-US/changelogs/1081.txt
new file mode 100644
index 000000000..e5b6ac839
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1081.txt
@@ -0,0 +1,5 @@
+In v1.7.1:
+- view your photos with the mosaic layout
+- reverse filters to filter out/in
+- set wallpapers with scroll effect
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index f12c286b6..40f1c27eb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
# - github changelog: /CHANGELOG.md
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
-version: 1.7.0+80
+version: 1.7.1+81
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index af4200674..e5b6ac839 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,5 @@
-In v1.7.0:
-- change the sort order
-- edit image titles
-- enjoy the app in Greek
+In v1.7.1:
+- view your photos with the mosaic layout
+- reverse filters to filter out/in
+- set wallpapers with scroll effect
Full changelog available on GitHub
\ No newline at end of file