docs: add HISTORY.md for v0.22.2

This commit is contained in:
null 2026-05-10 03:57:31 -05:00
parent c4a3593241
commit 9647275854
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,17 @@
# Bill Tracker — Changelog # Bill Tracker — Changelog
## v0.22.2
### Added
- **Session Invalidation on Password Change** — All other sessions are terminated when you change your password; current session gets a new ID
- **Logout All Devices** — New `POST /api/auth/logout-all` endpoint to sign out from every device at once
### Changed
- `invalidateOtherSessions()` helper in authService.js
- Both change-password routes (auth + profile) now rotate session ID
- Added `last_password_change_at` to auth.js change-password for consistency with profile.js
- Audit logging for `logout.all` and `password.change` events
## v0.22.1 ## v0.22.1
### Changed ### Changed