From ef3efb5c4502797b57c20b4e6f7ec373c7c0bec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Dec 2023 11:54:39 +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 4cd8e7e..c45fe6b 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.10" +const Version = "4.2.11" From fef34d19615d178145d92eb6dd72c3cfaad8d3c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Dec 2023 11:54:40 +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 2dcb070..92f62d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v4.2.11](https://github.com/masutaka/github-nippou/compare/v4.2.10...v4.2.11) - 2023-12-01 +### Update modules :up: +- Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/135 +### Other Changes +- Update badges in README.md by @masutaka in https://github.com/masutaka/github-nippou/pull/133 +- Fix typo in comment by @masutaka in https://github.com/masutaka/github-nippou/pull/134 + ## [v4.2.10](https://github.com/masutaka/github-nippou/compare/v4.2.9...v4.2.10) - 2023-11-12 ### Update modules :up: - Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/126