diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae0025..ed0c729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.34](https://github.com/masutaka/github-nippou/compare/v4.2.33...v4.2.34) - 2024-12-08 +### Documentation :memo: +- Update External articles in README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/229 + ## [v4.2.33](https://github.com/masutaka/github-nippou/compare/v4.2.32...v4.2.33) - 2024-12-01 ### Maintenance :technologist: - Introduce Dependency Review to CI by @masutaka in https://github.com/masutaka/github-nippou/pull/222 diff --git a/lib/version.go b/lib/version.go index ec1ac8b..ac8e093 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.33" +const Version = "4.2.34"