diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ced6bf..c8d27d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.79.1](https://github.com/k1LoW/tbls/compare/v1.79.0...v1.79.1) - 2024-11-05 +### Other Changes +- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/k1LoW/tbls/pull/630 +- chore(deps): bump the dependencies group with 9 updates by @dependabot in https://github.com/k1LoW/tbls/pull/628 + ## [v1.79.0](https://github.com/k1LoW/tbls/compare/v1.78.1...v1.79.0) - 2024-10-25 ### Breaking Changes 🛠 - Update goccy/go-graphviz to v0.2.4 by @k1LoW in https://github.com/k1LoW/tbls/pull/625 diff --git a/version/version.go b/version/version.go index 22ebca26..70e4478e 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.0" +var Version = "1.79.1"