diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddbea3e0e..7a1ce5e9a 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.6.10] - 2022-07-24
+
### Added
- Search: `on this day` and month filters in date filter section
@@ -14,8 +16,13 @@ All notable changes to this project will be documented in this file.
### Changed
- viewer: black background when overlay is disabled with light theme
+- filter chip long press menu shows full label
- upgraded Flutter to beta v3.3.0-0.0.pre
+### Fixed
+
+- analysis service stuck when storage has ambiguous directories
+
## [v1.6.9] - 2022-06-18
### Added
diff --git a/fastlane/metadata/android/en-US/changelogs/1076.txt b/fastlane/metadata/android/en-US/changelogs/1076.txt
new file mode 100644
index 000000000..cce1f4f7d
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1076.txt
@@ -0,0 +1,5 @@
+In v1.6.10:
+- add the photo frame widget to your home
+- use your photos as screen saver
+- search photos taken "on this day"
+Full changelog available on GitHub
diff --git a/pubspec.yaml b/pubspec.yaml
index 0e0a744f8..66716895f 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.6.9+75
+version: 1.6.10+76
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 31d4d7931..2f40fd87a 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,5 @@
-In v1.6.9:
-- start slideshows
-- change your wallpaper
-- enjoy the app in Turkish
+In v1.6.10:
+- add the photo frame widget to your home
+- use your photos as screen saver
+- search photos taken "on this day"
Full changelog available on GitHub
\ No newline at end of file