diff --git a/CHANGELOG.md b/CHANGELOG.md
index 358dffd4e..b2d6762b2 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.4] - 2024-02-07
+
### Fixed
- motion photo detection for xml variant of google container item
diff --git a/fastlane/metadata/android/en-US/changelogs/113.txt b/fastlane/metadata/android/en-US/changelogs/113.txt
new file mode 100644
index 000000000..e08549f81
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/113.txt
@@ -0,0 +1,4 @@
+In v1.10.4:
+- customize your home page
+- analyze your images with the histogram (for real this time)
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/11301.txt b/fastlane/metadata/android/en-US/changelogs/11301.txt
new file mode 100644
index 000000000..e08549f81
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/11301.txt
@@ -0,0 +1,4 @@
+In v1.10.4:
+- customize your home page
+- analyze your images with the histogram (for real this time)
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 7be7adbb7..8c75c8900 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.3+112
+version: 1.10.4+113
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 2060b1138..e08549f81 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,4 +1,4 @@
-In v1.10.3:
+In v1.10.4:
- customize your home page
- analyze your images with the histogram (for real this time)
Full changelog available on GitHub
\ No newline at end of file