From dc90c17981fd7517ac960ab11a27f890a72a6171 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Tue, 7 Jan 2025 09:23:49 -0500 Subject: [PATCH] Release v3.24.1 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e64d43c..e05ea71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v3.24.1] + - Fix regression (`v3.23.1` and `v3.24.0`) in postgres migration table existence check for - non-default schema. (#882, #883) + non-default schema. (#882, #883, #884). ## [v3.24.0] @@ -258,7 +260,8 @@ Here's a quick summary: - Add new `context.Context`-aware functions and methods, for both sql and go migrations. - Return error when no migration files found or dir is not a directory. -[Unreleased]: https://github.com/pressly/goose/compare/v3.24.0...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.24.1...HEAD +[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1 [v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0 [v3.23.1]: https://github.com/pressly/goose/compare/v3.23.0...v3.23.1 [v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0