diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc1eb0c..aa606dc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [4.4.1] - 2025-07-31
+
+### Fixed
+* Ensure that array key exists before accessing (#146) @kesselb
+* Reduce DB load and cron load (#149) @kyteinsky
+* fix(FsEventMapper): Fix deleteByContent (#150) @marcelklehr
+* add info.xml entry for FileSystemListenerJob bg job (#151) @kyteinsky
+* fix(ActionJob): Increase batch size (#154) @marcelklehr
+* fix: Add Fs events to stats (#155) @marcelklehr
+* fix(FileListener): Do not retract update when duplicated events are emitted (#156) @marcelklehr
+* More tests and hardenings (#152) @marcelklehr
+
+
## [4.4.0] - 2025-07-21
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dc131af0..49b7cae4 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.4.0
+ 4.4.1
agpl
Julien Veyssier
Anupam Kumar