diff --git a/CHANGELOG.md b/CHANGELOG.md index 012d65f..40ad392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.0.2] - 2025-01-11 + +### Changed +- Increase the max no. of concurrent jobs (#93) @kyteinsky + +### Fixed +- Add files caught in RetryIndexException to the end of the queue (#93) @kyteinsky +- Prevent two concurrent requests processing the same source (#93) @kyteinsky + + ## [4.0.1] - 2024-12-19 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index ecbaa58..d1872fb 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.0.1 + 4.0.2 agpl Julien Veyssier ContextChat