diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0ff37121..3c51c196f 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.2] - 2022-03-07
+
### Added
- Viewer: optional thumbnail preview
diff --git a/fastlane/metadata/android/en-US/changelogs/1068.txt b/fastlane/metadata/android/en-US/changelogs/1068.txt
new file mode 100644
index 000000000..decd4dce4
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1068.txt
@@ -0,0 +1,5 @@
+In v1.6.2:
+- revisited viewer: new layout, thumbnail previews, video gestures
+- storage related fixes for Android 10 and older
+- enjoy the app in Japanese
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 09ddc7bf4..8db73db97 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.1+67
+version: 1.6.2+68
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 7d89576ed..a8d209fe8 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,6 +1,6 @@
Thanks for using Aves!
-In v1.6.1:
-- recycle bin
-- view small and large images at their actual size
-- enjoy the app in Indonesian
+In v1.6.2:
+- revisited viewer: new layout, thumbnail previews, video gestures
+- storage related fixes for Android 10 and older
+- enjoy the app in Japanese
Full changelog available on GitHub
\ No newline at end of file