diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dbeb7..a82c79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## [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 + ## [v4.2.25](https://github.com/masutaka/github-nippou/compare/v4.2.24...v4.2.25) - 2024-07-02 ### Maintenance :technologist: -- Fix .goreleaser.yaml part5 by @masutaka in https://github.com/masutaka/github-nippou/pull/180 +- Fix .goreleaser.yaml part6 by @masutaka in https://github.com/masutaka/github-nippou/pull/180 ## [v4.2.24](https://github.com/masutaka/github-nippou/compare/v4.2.23...v4.2.24) - 2024-07-02 ### Maintenance :technologist: diff --git a/lib/version.go b/lib/version.go index 279540a..de7ae42 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.25" +const Version = "4.2.26"