diff --git a/changelog.md b/changelog.md index 4a90b24..09eb896 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.22.0] - 2023-12-27 ### Added - Added support for using the action in multiple steps in the same job ([#26](https://github.com/cross-platform-actions/action/issues/26)). All the inputs need to be the same for all steps, except for the following @@ -164,8 +166,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.21.1...HEAD +[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/cross-platform-actions/action/compare/v0.21.1...v0.22.0 [0.21.1]: https://github.com/cross-platform-actions/action/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/cross-platform-actions/action/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/cross-platform-actions/action/compare/v0.19.1...v0.20.0