diff --git a/CHANGELOG.md b/CHANGELOG.md index 267c070..0b6dc87 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.2.0] - 2022-08-30 ## Fixed - PowerShell on Windows not recognizing executables. @@ -15,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Everything -[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0 [0.1.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 2415f6b..39ec3aa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Github action to install and run [aftman](https://github.com/LPGhatguy/aftman); ## Usage ```yaml steps: -- uses: actions/setup-aftman@v0 +- uses: actions/setup-aftman@v0.2.0 ``` ### Parameters