diff --git a/CHANGELOG.md b/CHANGELOG.md
index a24a81cde..3ca5c1d43 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.10.6] - 2024-03-11
+
### Added
- Cataloguing: detect/filter HDR videos
diff --git a/fastlane/metadata/android/en-US/changelogs/115.txt b/fastlane/metadata/android/en-US/changelogs/115.txt
new file mode 100644
index 000000000..4c8d7cd42
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/115.txt
@@ -0,0 +1,4 @@
+In v1.10.6:
+- detect HDR videos (but do not play them in their full HDR glory)
+- removing animations also applies to pop up menus
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/11501.txt b/fastlane/metadata/android/en-US/changelogs/11501.txt
new file mode 100644
index 000000000..4c8d7cd42
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/11501.txt
@@ -0,0 +1,4 @@
+In v1.10.6:
+- detect HDR videos (but do not play them in their full HDR glory)
+- removing animations also applies to pop up menus
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 0bffedacc..14b329daf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
-version: 1.10.5+114
+version: 1.10.6+115
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 49ab02a6b..4c8d7cd42 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,3 +1,4 @@
-In v1.10.5:
-- enjoy the app in Catalan
+In v1.10.6:
+- detect HDR videos (but do not play them in their full HDR glory)
+- removing animations also applies to pop up menus
Full changelog available on GitHub
\ No newline at end of file