From 1388e7d022d195fc0af39bae4fd3bbaa4f4a36d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 00:06:52 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4776a8..0b2f7bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.77.0](https://github.com/k1LoW/tbls/compare/v1.76.1...v1.77.0) - 2024-07-01 +### 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 +- chore(deps): bump docker/build-push-action from 5 to 6 in the dependencies group by @dependabot in https://github.com/k1LoW/tbls/pull/603 + ## [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