From 0d47d0e06514e68cb039d1c4574e21edf2f73a5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Jun 2024 02:13:08 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- lib/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.go b/lib/version.go index f9441ff..96e1215 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.17" +const Version = "4.2.18" From cf3d43c21aa4832802668501e70b4bd4c8841d32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Jun 2024 02:13:09 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066649c..e3267b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v4.2.18](https://github.com/masutaka/github-nippou/compare/v4.2.17...v4.2.18) - 2024-06-02 +### Update modules :up: +- Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/156 +### Other Changes +- test: Does dependabot support commit hash? by @masutaka in https://github.com/masutaka/github-nippou/pull/154 + ## [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