diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c17b2c7c..3f47cb4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [2.7.3] 2023-05-09 + +- Refactor Story operations to use dry-monads + ## [2.7.2] 2022-12-28 ### Update @@ -629,7 +633,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). -[unreleased]: https://github.com/Codeminer42/cm42-central/compare/v2.7.1...HEAD +[unreleased]: https://github.com/Codeminer42/cm42-central/compare/v2.7.3...HEAD [1.0.0]: https://github.com/Codeminer42/cm42-central/tree/v1.0.0 [1.1.0]: https://github.com/Codeminer42/cm42-central/tree/v1.1.0 [1.1.1]: https://github.com/Codeminer42/cm42-central/tree/v1.1.1 @@ -672,3 +676,4 @@ and this project adheres to [Semantic Versioning](http://semver.org). [2.7.0]: https://github.com/Codeminer42/cm42-central/tree/v2.7.0 [2.7.1]: https://github.com/Codeminer42/cm42-central/tree/v2.7.1 [2.7.2]: https://github.com/Codeminer42/cm42-central/tree/v2.7.2 +[2.7.3]: https://github.com/Codeminer42/cm42-central/tree/v2.7.3