diff --git a/CHANGELOG.md b/CHANGELOG.md index a4573e9f..45ced6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 +### Other Changes +- Use alias ( go-graphviz ) by @k1LoW in https://github.com/k1LoW/tbls/pull/627 + ## [v1.78.1](https://github.com/k1LoW/tbls/compare/v1.78.0...v1.78.1) - 2024-10-18 ### Other Changes - feat(postgres): Ensure ordering of index columns is always stable by @95ulisse in https://github.com/k1LoW/tbls/pull/623 diff --git a/version/version.go b/version/version.go index 13dd46e8..22ebca26 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.78.1" +var Version = "1.79.0"