From b74d0f414b7eb497464e05a9c415ade581d4e428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 00:35:04 +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 7e7eb29d..6e36f650 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.69.1" +var Version = "1.69.2" From d863fc00ca120531bcc5fe191737d6a6ca843423 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Oct 2023 00:35:05 +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 938cb797..814ce19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.69.2](https://github.com/k1LoW/tbls/compare/v1.69.1...v1.69.2) - 2023-10-03 +### Other Changes +- Fix the command line argument for goreleaser release command by @mmizutani in https://github.com/k1LoW/tbls/pull/514 + ## [v1.69.1](https://github.com/k1LoW/tbls/compare/v1.69.0...v1.69.1) - 2023-10-02 ### Other Changes - Fix linux arm64 release build by @mmizutani in https://github.com/k1LoW/tbls/pull/512