Summary
Release notes only exist inline in AzRetirementMonitor.psd1 for v2.0.0. There is no repo-level changelog documenting version history, breaking changes, or migration notes.
Impact
Users and contributors cannot easily audit version-to-version changes, especially the significant v1 → v2 breaking auth/mode changes.
Suggested fix
Add a CHANGELOG.md following Keep a Changelog format. Backfill entries for v1.x and v2.0.0 from the manifest release notes and commit history.
Summary
Release notes only exist inline in
AzRetirementMonitor.psd1for v2.0.0. There is no repo-level changelog documenting version history, breaking changes, or migration notes.Impact
Users and contributors cannot easily audit version-to-version changes, especially the significant v1 → v2 breaking auth/mode changes.
Suggested fix
Add a
CHANGELOG.mdfollowing Keep a Changelog format. Backfill entries for v1.x and v2.0.0 from the manifest release notes and commit history.