diff --git a/CHANGELOG.md b/CHANGELOG.md index 78758ca..0e203b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v3.5.1](https://github.com/k1LoW/sheer-heart-attack/compare/v3.5.0...v3.5.1) - 2025-12-29 +### Other Changes +- chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/70 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/73 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/75 +- chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/76 +- chore(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/77 +- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/82 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/81 +- chore: setup tagpr labels by @k1LoW in https://github.com/k1LoW/sheer-heart-attack/pull/84 +- chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/83 +- chore(deps): bump actions/checkout from 5 to 6 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/86 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/87 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/89 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/sheer-heart-attack/pull/91 + ## [v3.5.0](https://github.com/k1LoW/sheer-heart-attack/compare/v3.4.1...v3.5.0) - 2025-04-08 ### Other Changes - chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot in https://github.com/k1LoW/sheer-heart-attack/pull/59 diff --git a/version/version.go b/version/version.go index 8fe7072..2a2de29 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "sheer-heart-attack" // Version for this -var Version = "3.5.0" +var Version = "3.5.1"