diff --git a/CHANGELOG.md b/CHANGELOG.md
index bba7bcb50..69eef8175 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.7.2] - 2022-11-11
+
### Added
- Info: edit MP4 metadata (date / location / title / description / rating / tags / rotation)
diff --git a/fastlane/metadata/android/en-US/changelogs/1082.txt b/fastlane/metadata/android/en-US/changelogs/1082.txt
new file mode 100644
index 000000000..5905035c9
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1082.txt
@@ -0,0 +1,5 @@
+In v1.7.2:
+- tag your MP4, rate your MP4, date your MP4, locate your MP4, rotate your MP4
+- give media management access (on Android 12+) to skip some confirmation dialogs
+- enjoy higher quality thumbnails
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 825f08131..b41c4468d 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.7.1+81
+version: 1.7.2+82
publish_to: none
environment:
diff --git a/untranslated.json b/untranslated.json
index 56442262f..fc2e63b04 100644
--- a/untranslated.json
+++ b/untranslated.json
@@ -1035,12 +1035,7 @@
],
"ja": [
- "chipActionFilterOut",
- "chipActionFilterIn",
- "editEntryLocationDialogSetCustom",
- "albumGroupType",
- "albumMimeTypeMixed",
- "statsTopAlbumsSectionTitle"
+ "chipActionFilterIn"
],
"nb": [
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index e5b6ac839..5905035c9 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,5 @@
-In v1.7.1:
-- view your photos with the mosaic layout
-- reverse filters to filter out/in
-- set wallpapers with scroll effect
+In v1.7.2:
+- tag your MP4, rate your MP4, date your MP4, locate your MP4, rotate your MP4
+- give media management access (on Android 12+) to skip some confirmation dialogs
+- enjoy higher quality thumbnails
Full changelog available on GitHub
\ No newline at end of file