diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5de4d39..a0862ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [4.5.0-beta.1] - 2025-09-09
+
+### Fixed
+* handle files deleted in NC but not in CCB (#169) @kyteinsky
+* Don't trigger a reindex on app update (#170) @marcelklehr
+
+
## [4.5.0-beta.0] - 2025-08-29
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0408795..8a04198 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.
]]>
- 4.5.0-beta.0
+ 4.5.0-beta.1
agpl
Julien Veyssier
Anupam Kumar