diff --git a/docs/changelog-develop.md b/docs/changelog-develop.md index ac64810..c6933ab 100644 --- a/docs/changelog-develop.md +++ b/docs/changelog-develop.md @@ -2,6 +2,12 @@ This file documents changes on the develop branch of this project. +## 2026-05-28 — Authentication: users + audit endpoints + +### Added +- Admin endpoints: list/create/update/delete users, reset password, view audit log. +- Self-delete protection; deactivating or resetting password revokes existing sessions. + ## 2026-05-28 — Authentication: auth router ### Added