diff --git a/CHANGELOG.md b/CHANGELOG.md
index b660b2916..3e4465e83 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.5.11] - 2022-01-30
+
### Added
- Collection / Info: edit location of JPG/PNG/WEBP/DNG images via Exif
diff --git a/fastlane/metadata/android/en-US/changelogs/1065.txt b/fastlane/metadata/android/en-US/changelogs/1065.txt
new file mode 100644
index 000000000..c75dc2346
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1065.txt
@@ -0,0 +1,5 @@
+In v1.5.11:
+- edit locations of images
+- export SVGs to convert and resize them
+- enjoy the app in Portuguese
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 82a1a9bde..4130e3c27 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.10+64
+version: 1.5.11+65
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 9394939f5..b12b61c06 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,6 +1,6 @@
Thanks for using Aves!
-In v1.5.10:
-- show, search and edit ratings
-- add many items to favourites at once
-- enjoy the app in Spanish
+In v1.5.11:
+- edit locations of images
+- export SVGs to convert and resize them
+- enjoy the app in Portuguese
Full changelog available on GitHub
\ No newline at end of file