diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c80dac..8fb25bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [5.5.0-beta0] - 2026-08-13
+
+### Added
+* add context_chat:reindex to re-seed the crawl on demand (#246) @bygadd
+* add NC 35 support (#256) @kyteinsky
+
+### Fixed
+* refactor(commands): Add type hinting to execute method in search command (#259) @CarlSchwan
+* fix(AppDisableListener): pass full provider key to deleteProvider (#265) @weltmaister
+
+
## [5.4.0] - 2026-06-24
### Highlights
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6254388..b586a48 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
Note:
Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon.
]]>
- 5.4.0
+ 5.5.0-beta0
agpl
Julien Veyssier
Anupam Kumar