From 48897f455e604f799423e44a4c7f020430267efe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Oct 2024 08:45:51 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d112425..a4573e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [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 + ## [v1.78.0](https://github.com/k1LoW/tbls/compare/v1.77.0...v1.78.0) - 2024-10-08 ### Breaking Changes 🛠 - Use github.com/k1LoW/errors by @k1LoW in https://github.com/k1LoW/tbls/pull/613