From 1baf752c36bb7640a41d7a6e3fdd4fbe8aac651c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 May 2024 09:06:51 +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 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" From 553b5e776c8a8f13414816409dee27947b0cdb4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 May 2024 09:06:51 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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