diff --git a/CHANGELOG.md b/CHANGELOG.md index da4776a8..71c77cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v1.77.0](https://github.com/k1LoW/tbls/compare/v1.76.1...v1.77.0) - 2024-06-26 +### Breaking Changes 🛠 +- Refactor when expression handling by @mjpieters in https://github.com/k1LoW/tbls/pull/600 +### Other Changes +- Update .goreleaser.yml by @k1LoW in https://github.com/k1LoW/tbls/pull/597 +- chore(deps): bump golang.org/x/image from 0.16.0 to 0.18.0 by @dependabot in https://github.com/k1LoW/tbls/pull/602 + ## [v1.76.1](https://github.com/k1LoW/tbls/compare/v1.76.0...v1.76.1) - 2024-06-19 ### New Features 🎉 - Postgres: Support "$user" search path by @mjpieters in https://github.com/k1LoW/tbls/pull/594