diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46f5e0286..bdc15ca9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [v1.6.3] - 2022-03-28
+
### Added
-- Theme: light/dark/black and poly/monochrome settings
+- Theme: light/dark/black and color highlights settings
- Collection: bulk renaming
- Video: speed and muted state indicators
- Info: option to set date from other item
@@ -17,7 +19,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Viewer: quick action defaults
-- cataloguing includes date sub-second data if present
+- cataloguing includes date sub-second data if present (requires rescan)
### Removed
diff --git a/fastlane/metadata/android/en-US/changelogs/1069.txt b/fastlane/metadata/android/en-US/changelogs/1069.txt
new file mode 100644
index 000000000..93bf3bf8b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1069.txt
@@ -0,0 +1,4 @@
+In v1.6.3:
+- enjoy the light theme
+- rename items in bulk
+Full changelog available on GitHub
diff --git a/pubspec.yaml b/pubspec.yaml
index 064e8babd..c482b89aa 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.2+68
+version: 1.6.3+69
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index a8d209fe8..d29d6e662 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,6 +1,5 @@
Thanks for using Aves!
-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
+In v1.6.3:
+- enjoy the light theme
+- rename items in bulk
Full changelog available on GitHub
\ No newline at end of file