From 0b7c75a0adff3aab2109b0c585137a8d419a1226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Apr 2024 21:57:10 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d94e0299..af7048db 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.73.3" +var Version = "1.74.0" From 476a0d9aba1a2f86f73c2109fb4ebfecb32626cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Apr 2024 21:57:10 +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 0e32a5b5..e318b0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.74.0](https://github.com/k1LoW/tbls/compare/v1.73.3...v1.74.0) - 2024-04-13 +### Other Changes +- chore(deps): bump the dependencies group with 5 updates by @dependabot in https://github.com/k1LoW/tbls/pull/568 +- Update go-github-client version and and use new options in `NewGithubClient`. by @kromiii in https://github.com/k1LoW/tbls/pull/572 +- chore(deps): bump the dependencies group with 15 updates by @dependabot in https://github.com/k1LoW/tbls/pull/573 + ## [v1.73.3](https://github.com/k1LoW/tbls/compare/v1.73.2...v1.73.3) - 2024-03-13 ### Other Changes - Fix some minor typos in README by @mmizutani in https://github.com/k1LoW/tbls/pull/563