diff --git a/CHANGELOG.md b/CHANGELOG.md index 883dca2..066649c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v4.2.17](https://github.com/masutaka/github-nippou/compare/v4.2.16...v4.2.17) - 2024-05-02 +### Update modules :up: +- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/153 +### Other Changes +- Give dependencies to the test and release workflows by @masutaka in https://github.com/masutaka/github-nippou/pull/150 +- Refactor GH Actions workflow by @masutaka in https://github.com/masutaka/github-nippou/pull/152 + ## [v4.2.16](https://github.com/masutaka/github-nippou/compare/v4.2.15...v4.2.16) - 2024-04-19 ### Update modules :up: - Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/148 diff --git a/lib/version.go b/lib/version.go index 308e556..f9441ff 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.16" +const Version = "4.2.17"