From 980a94da8fb4eeea2b2787b6e34d29f82e1f6025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:00:25 +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 aa624eb..b3220d4 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.14" +const Version = "4.2.15" From e32cb2252fcf09bd6d1b0743444dbddba7a2bccb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:00:25 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4761207..304c0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.15](https://github.com/masutaka/github-nippou/compare/v4.2.14...v4.2.15) - 2024-04-01 +### Update modules :up: +- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/146 + ## [v4.2.14](https://github.com/masutaka/github-nippou/compare/v4.2.13...v4.2.14) - 2024-03-14 ### Update modules :up: - Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/144