diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b151b85..76af5c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.80.0](https://github.com/k1LoW/tbls/compare/v1.79.4...v1.80.0) - 2024-12-31 +### Other Changes +- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in https://github.com/k1LoW/tbls/pull/639 +- Update pkgs and go directive version by @k1LoW in https://github.com/k1LoW/tbls/pull/642 + ## [v1.79.4](https://github.com/k1LoW/tbls/compare/v1.79.3...v1.79.4) - 2024-11-27 ### Other Changes - chore(deps): bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1 by @dependabot in https://github.com/k1LoW/tbls/pull/636 diff --git a/version/version.go b/version/version.go index 80cfc4a1..df20acad 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.79.4" +var Version = "1.80.0"