% Changelog & Release Notes
Last updated: 2025-11-08
Maintain this document to summarize user-facing changes per release. Follow keep-a-changelog style and semantic versioning.
Unreleased
- Initial documentation overhaul:
- Added architecture, API integration, environment runbook, user guide, monitoring, testing strategy.
- Expanded security roadmap and threat model.
1.0.0 (YYYY-MM-DD)
- Initial public release of SF Dashboard.
- Core features: overview, users, queues, logs, exports, environment switching.
Release Process
- Update version in
package.jsonand relevant env files. - Document changes under a new version heading with date.
- Tag release in git (
git tag vX.Y.Z). - Publish release notes and notify stakeholders.