From 4a07c49bc7c9002b5b4347f3e44f0df8b37d0e3f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 17 Mar 2026 13:12:02 +0000 Subject: [PATCH] 0.156.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5434fd0..53af22b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.156.0 (2026-03-17) + +### Bug Fixes + +- **storage**: Use RuntimeError instead of bare Exception in SharePoint task + ([`2b698cc`](https://github.com/christianlouis/DocuElevate/commit/2b698cc6940fb731b1ab87300ad0f7fdebc8f024)) + +- **test**: Add missing _should_upload_to_sharepoint mock to send_to_all tests + ([`bcf2d00`](https://github.com/christianlouis/DocuElevate/commit/bcf2d00c3324a3ded3852e16759ea4d0af3af666)) + +### Documentation + +- Add SharePoint setup guide and update all references + ([`13aa14b`](https://github.com/christianlouis/DocuElevate/commit/13aa14b8e4102437f72f6c260b2795a6ee761eb9)) + +### Features + +- **storage**: Add SharePoint integration for document storage + ([`b85fc1d`](https://github.com/christianlouis/DocuElevate/commit/b85fc1d277475c06c1efa100c391b7a3c43e7c25)) + + ## v0.155.1 (2026-03-17) ### Bug Fixes