diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d89a..0f82d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2023-05-19 + +## Changed + +- Action now checks tool cache for installed version before querying Octokit (#5/#10) + ## [1.2.0] - 2022-10-29 ## Added @@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitHub Actions workflow to test Nextflow installation and downstream usage - Documentation and license files -[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.2.0...HEAD +[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/nf-core/setup-nextflow/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/nf-core/setup-nextflow/compare/v1.1.1...v1.2.0 [1.1.0]: https://github.com/nf-core/setup-nextflow/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/nf-core/setup-nextflow/compare/v1.0.0...v1.0.1