diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f194d8..f55a5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.4.0] - 2024-12-11 ### Added @@ -108,7 +108,8 @@ Initial release - Add links `opportunities` and `create-order` to Product - Add link `create-order` to OpportunityCollection -[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.3.0...main +[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.4.0...main +[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0 [v0.3.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0 [v0.2.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0 [v0.1.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.1.0