diff --git a/CHANGELOG.md b/CHANGELOG.md index c242b30..cf06003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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] +_Nothing yet_ + +## [v1.2.0] - 2024-08-28 - Add input to configure GitHub Actions workflow filename (fgrosse/go-coverage-report#44) ## [v1.1.1] - 2024-08-23 @@ -25,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v1.0.0] - 2024-03-18 - Initial release -[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.2.0...HEAD +[v1.2.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...v1.2.0 [v1.1.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0 [v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2 diff --git a/README.md b/README.md index ec93f09..4166110 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ inputs: version: description: 'The exact version tag of the go-coverage-report tool to use.' required: true - default: "v1.1.1" + default: "v1.2.0" sha256sum: description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.' diff --git a/action.yml b/action.yml index 9995108..d43dc56 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: version: description: 'The exact version tag of the go-coverage-report tool to use.' required: true - default: "v1.1.1" + default: "v1.2.0" sha256sum: description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'