diff --git a/CHANGELOG.md b/CHANGELOG.md index 160afec..6f6abd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.20](https://github.com/masutaka/github-nippou/compare/v4.2.19...v4.2.20) - 2024-07-02 +### Maintenance :technologist: +- Fix .goreleaser.yaml by @masutaka in https://github.com/masutaka/github-nippou/pull/170 + ## [v4.2.19](https://github.com/masutaka/github-nippou/compare/v4.2.18...v4.2.19) - 2024-07-02 ### Maintenance :technologist: - switch to action hash with version comment by @masutaka in https://github.com/masutaka/github-nippou/pull/158 diff --git a/lib/version.go b/lib/version.go index 4bab963..8f787a4 100644 --- a/lib/version.go +++ b/lib/version.go @@ -1,4 +1,4 @@ package lib // Version is the github-nippou version -const Version = "4.2.19" +const Version = "4.2.20"