From 22844e00c0732f73fd9e9f6766fe651cfa7ceac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jul 2023 07:38:59 +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 7f21d350..6a1b7d89 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.76.2" +var Version = "0.77.0" From b8ce1d79fc2f9a7b9cd703ffd7ec7d95e7da3f2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jul 2023 07:39:00 +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 1778879e..54e1956a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.77.0](https://github.com/k1LoW/runn/compare/v0.76.2...v0.77.0) - 2023-07-23 +### New Features 🎉 +- Append use cookie option by @k2tzumi in https://github.com/k1LoW/runn/pull/559 +### Other Changes +- fix typo by @okazaki-kk in https://github.com/k1LoW/runn/pull/566 + ## [v0.76.2](https://github.com/k1LoW/runn/compare/v0.76.1...v0.76.2) - 2023-07-21 ### Fix bug 🐛 - Only for string, expand gRPC messages by @k1LoW in https://github.com/k1LoW/runn/pull/564