From 0f21479abc1d87d7f31e64fcd06f940002cfcd4e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 8 Mar 2026 11:14:23 +0000 Subject: [PATCH] 0.92.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dacc034..ef663762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.92.0 (2026-03-08) + +### Bug Fixes + +- **admin-users**: Restore missing @router.get decorator on get_user endpoint + ([`9b8eb91`](https://github.com/christianlouis/DocuElevate/commit/9b8eb911c3bf2b0be84a73030e82cff12151d4ba)) + +### Chores + +- Update plan to include forgot-username and login label clarification + ([`44ea43f`](https://github.com/christianlouis/DocuElevate/commit/44ea43f9cf948aabe8f8ae98744cd41061ab8770)) + +### Continuous Integration + +- Fix CodeQL javascript language identifier mismatch + ([`3f8a95d`](https://github.com/christianlouis/DocuElevate/commit/3f8a95d8081c4ce3ad380e6391afa3bebb57bbb7)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`f2d2aaa`](https://github.com/christianlouis/DocuElevate/commit/f2d2aaa3545081de1ff7317672199085daa3c3c0)) + +### Features + +- **auth**: Password reset, forgot username, and admin user management for local accounts + ([`d36ba88`](https://github.com/christianlouis/DocuElevate/commit/d36ba88de765b688888c6e661256f8508da86d89)) + + ## Unreleased ### Continuous Integration