diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b23c652e..3bda00713 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [v1.10.9] - 2024-04-14
+
### Fixed
- rendering of SVG with viewbox offset
-- superfluous source reinitialization when relaunching app from launcher
+- superfluous media store reinitialization when relaunching app from launcher
## [v1.10.8] - 2024-04-01
diff --git a/fastlane/metadata/android/en-US/changelogs/118.txt b/fastlane/metadata/android/en-US/changelogs/118.txt
new file mode 100644
index 000000000..7e6274add
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/118.txt
@@ -0,0 +1,4 @@
+In v1.10.9:
+- rename in bulk using tags
+- repeat a section section section of a video
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/11801.txt b/fastlane/metadata/android/en-US/changelogs/11801.txt
new file mode 100644
index 000000000..7e6274add
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/11801.txt
@@ -0,0 +1,4 @@
+In v1.10.9:
+- rename in bulk using tags
+- repeat a section section section of a video
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 071eadf21..845dd0a30 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.8+117
+version: 1.10.9+118
publish_to: none
environment:
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 720ed4ce1..7e6274add 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,4 +1,4 @@
-In v1.10.8:
+In v1.10.9:
- rename in bulk using tags
- repeat a section section section of a video
Full changelog available on GitHub
\ No newline at end of file