diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3712807e1..82610377d 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.5] - 2022-05-25
+
### Added
- Bottom navigation bar
diff --git a/fastlane/metadata/android/en-US/changelogs/1071.txt b/fastlane/metadata/android/en-US/changelogs/1071.txt
new file mode 100644
index 000000000..38d163888
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1071.txt
@@ -0,0 +1,5 @@
+In v1.6.5:
+- bottom navigation bar
+- fast scroll with breadcrumbs
+- settings search
+Full changelog available on GitHub
diff --git a/pubspec.yaml b/pubspec.yaml
index dd51ee048..d920698e5 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.4+70
+version: 1.6.5+71
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index e08d6cb67..670d67c49 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,6 +1,6 @@
Thanks for using Aves!
-In v1.6.4:
-- customize album cover app & color
-- explore improved GeoTIFF metadata
-- enjoy the app in Italian & Chinese (Simplified)
+In v1.6.5:
+- bottom navigation bar
+- fast scroll with breadcrumbs
+- settings search
Full changelog available on GitHub
\ No newline at end of file