# Version Changes

All notable project changes are recorded here and grouped by release version.

## Rules

- Use Semantic Versioning: `MAJOR.MINOR.PATCH`.
- Add every shipped code, config, data, and operational change under its release version.
- Update this file before tagging and deploying to production.
- Release tags must match version headers (`vX.Y.Z`).

## 2.0.0 - 2026-03-03

### Added

- Introduced runtime app version config via `APP_VERSION` and `config('app.version')`.
- Displayed current app version in admin footer for admin-panel users.
- Added release governance documentation and checklist for V2 live rollout.
- Added automatic version resolver (`APP_VERSION=auto`) using git tag/commit, with manual override support.
