diff --git a/changelog.md b/changelog.md index 0f2790e..a4cfd38 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.24.0] - 2024-04-12 ### Added - Add support for FreeBSD 13.3 - Add support for NetBSD 10.0 @@ -184,8 +186,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.23.0...HEAD +[Unreleased]: https://github.com/cross-platform-actions/action/compare/v0.24.0...HEAD +[0.24.0]: https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/cross-platform-actions/action/compare/v0.22.0...v0.23.0 [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 diff --git a/readme.md b/readme.md index e7a30a1..4392472 100644 --- a/readme.md +++ b/readme.md @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v4 - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 env: MY_ENV1: MY_ENV1 MY_ENV2: MY_ENV2