From 6bc5b19da21b65f9698de1b44507d2c773f93b80 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 12 Mar 2026 00:40:20 +0000 Subject: [PATCH] 0.121.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9707d9..94ce0f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.121.0 (2026-03-12) + +### Bug Fixes + +- **auth**: Address code review feedback - sanitize error messages, remove unused import + ([`5d716ad`](https://github.com/christianlouis/DocuElevate/commit/5d716ad78fdcd92cafa0a7765580ef290cc842fc)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`04cde33`](https://github.com/christianlouis/DocuElevate/commit/04cde33d01d53877fc34a60b887c6978d167a97e)) + +### Features + +- **auth**: Add social login support for Google, Microsoft, Apple, and Dropbox + ([`ac6e052`](https://github.com/christianlouis/DocuElevate/commit/ac6e05278896986ca234e6109e225c599eb982c7)) + +### Testing + +- Improve coverage for app/utils/audit_service.py from 59% to 100% + ([`7438551`](https://github.com/christianlouis/DocuElevate/commit/7438551080dfec645a9e9c9ea8ee059764430e90)) + +- **auth**: Add tests for social login and fix existing config validator tests + ([`9c26d41`](https://github.com/christianlouis/DocuElevate/commit/9c26d412d7710dce47d06969270f184411cd6898)) + + ## Unreleased ### Testing