diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ad529d83..b799ded82 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.0] - 2022-02-22
+
### Added
- optional recycle bin to keep deleted items for 30 days
diff --git a/fastlane/metadata/android/en-US/changelogs/1066.txt b/fastlane/metadata/android/en-US/changelogs/1066.txt
new file mode 100644
index 000000000..f1cc67dc3
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1066.txt
@@ -0,0 +1,5 @@
+In v1.6.0:
+- recycle bin
+- view small and large images at their actual size
+- enjoy the app in Indonesian
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 6398ea090..c4bc842e2 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.5.11+65
+version: 1.6.0+66
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index b12b61c06..a6cb52012 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,6 +1,6 @@
Thanks for using Aves!
-In v1.5.11:
-- edit locations of images
-- export SVGs to convert and resize them
-- enjoy the app in Portuguese
+In v1.6.0:
+- recycle bin
+- view small and large images at their actual size
+- enjoy the app in Indonesian
Full changelog available on GitHub
\ No newline at end of file