diff --git a/CHANGELOG.md b/CHANGELOG.md index a82c79c..5b537d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.27](https://github.com/masutaka/github-nippou/compare/v4.2.26...v4.2.27) - 2024-07-02 +### Maintenance :technologist: +- Refactor release workflow by @masutaka in https://github.com/masutaka/github-nippou/pull/184 + ## [v4.2.26](https://github.com/masutaka/github-nippou/compare/v4.2.25...v4.2.26) - 2024-07-02 ### Maintenance :technologist: - Fix .goreleaser.yaml part7 by @masutaka in https://github.com/masutaka/github-nippou/pull/182 diff --git a/lib/version.go b/lib/version.go index de7ae42..c52045e 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.26" +const Version = "4.2.27"