diff --git a/CHANGELOG.md b/CHANGELOG.md index b4434a0..d28bec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2026-04-24 + ### Added - Bootstrap the initial enum component with helper APIs, reusable traits, packaged enum catalogs, state-machine utilities, documentation, and repository automation. @@ -15,3 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Restore catalog and domain enum coverage so CI dependency and coverage gates pass. - Update DevTools workflow wrappers so changelog releases and wiki-triggered test validation receive the permissions and triggers required by the shared automation (#3). + + +[unreleased]: https://github.com/php-fast-forward/enum/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/php-fast-forward/enum/releases/tag/v0.1.0