From d3443b034a6b73ddc3461886b7a68a81b7f2f626 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 12 Mar 2026 07:54:03 +0000 Subject: [PATCH] 0.123.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a026218..32772f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.123.0 (2026-03-12) + +### Bug Fixes + +- **imap**: Address code review feedback on ingestion profiles + ([`2e08773`](https://github.com/christianlouis/DocuElevate/commit/2e087731b92fe554e54955c97166d61fe644bafc)) + +### Features + +- **imap**: Add attachment type filter for IMAP ingestion + ([`554bb21`](https://github.com/christianlouis/DocuElevate/commit/554bb21d329ca2cca868a61adf337e29e4284ca4)) + +- **imap**: Add ImapIngestionProfile model, API, migration and UI + ([`c9f5544`](https://github.com/christianlouis/DocuElevate/commit/c9f554465d5bf027a92bb4aa56db244aad4a6ff6)) + + ## v0.122.0 (2026-03-12) ### Documentation