From 211aa40172ce32e5e90b35fdc76f2ad44b985538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:08:50 +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 7304d8c..e9c7ff2 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "awsdo" // Version for this. -var Version = "1.4.4" +var Version = "1.4.5" From fa43ec5e3c41d0d11fc3ddf8e4e6ad0fbd0d2b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:08:52 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77720e6..761c822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.4.5](https://github.com/k1LoW/awsdo/compare/v1.4.4...v1.4.5) - 2026-06-22 + +- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/k1LoW/awsdo/pull/112 +- chore(deps): bump actions/checkout from 6 to 7 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/awsdo/pull/116 + ## [v1.4.4](https://github.com/k1LoW/awsdo/compare/v1.4.3...v1.4.4) - 2026-05-04 - chore(deps): bump the dependencies group with 8 updates by @dependabot[bot] in https://github.com/k1LoW/awsdo/pull/104 - chore(deps): bump goreleaser/goreleaser-action from 6 to 7 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/awsdo/pull/106