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 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"