diff --git a/CHANGELOG.md b/CHANGELOG.md index f72f89f..5f969c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ The format of this changelog is based on ## [Unreleased] +## [0.36.0] - August 15, 2024 + - Do not create image names with the architecture in it. Instead the architecture should be added as a tag. @@ -602,7 +604,8 @@ latest on the `master` branch. - Provides basic utilities to create a CI/CD flow via the m cli. - As a library, it facilities the creation of clis similar to m. -[unreleased]: https://github.com/jmlopez-rod/m/compare/0.35.2...HEAD +[unreleased]: https://github.com/jmlopez-rod/m/compare/0.36.0...HEAD +[0.36.0]: https://github.com/jmlopez-rod/m/compare/0.35.2...0.36.0 [0.35.2]: https://github.com/jmlopez-rod/m/compare/0.35.1...0.35.2 [0.35.1]: https://github.com/jmlopez-rod/m/compare/0.35.0...0.35.1 [0.35.0]: https://github.com/jmlopez-rod/m/compare/0.34.3...0.35.0 diff --git a/m/m.yaml b/m/m.yaml index 74815b1..6339bcb 100644 --- a/m/m.yaml +++ b/m/m.yaml @@ -1,5 +1,5 @@ owner: jmlopez-rod repo: m -version: 0.35.2 +version: 0.36.0 workflow: m_flow build_tag_with_version: true