From 708962b6a71c2b47deb3872eb1d5dffeb87e5b30 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 9 Mar 2026 00:05:57 +0000 Subject: [PATCH] 0.111.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d47dc73..4853102a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.111.0 (2026-03-09) + +### Bug Fixes + +- **tasks**: Address code review - SMTP TLS cert validation, rclone input validation, consolidated + test fixture + ([`01a9511`](https://github.com/christianlouis/DocuElevate/commit/01a9511dcfc4a5753722df944d231954b8bf2f43)) + +- **tasks**: Register upload_to_user_integration in celery_worker and add handler tests + ([`5fb11b9`](https://github.com/christianlouis/DocuElevate/commit/5fb11b978c5b05992bb0647da42bfc7e7889a71a)) + +### Features + +- **tasks**: Dynamic routing to user-specific destination integrations + ([`89bf07d`](https://github.com/christianlouis/DocuElevate/commit/89bf07d2eff9a09bd758e882c27c8f9e31d04240)) + + ## v0.110.1 (2026-03-08) ### Bug Fixes