diff --git a/CHANGELOG.md b/CHANGELOG.md
index 453c2952..f33e70a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 1.0.9 – 2024-05-06
+
+### Added
+
+- support RTF files @julien-nc [#66](https://github.com/nextcloud/assistant/pull/66)
+- new assistant standalone page @julien-nc [#72](https://github.com/nextcloud/assistant/pull/72)
+
+### Changed
+
+- use ITempManager instead of manually handling temp files @kyteinksy [#71](https://github.com/nextcloud/assistant/pull/71)
+
+### Fixed
+
+- fix audio transcription smart picker not setting appId and identifier params in the schedule request
+
## 1.0.8 – 2024-04-15
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 89c39460..9a302987 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -56,7 +56,7 @@ Known providers:
* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)
* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)
]]>
- 1.0.8
+ 1.0.9
agpl
Julien Veyssier
Assistant