Skip to content

Commit dc90c17

Browse files
committed
Release v3.24.1
1 parent 4337eb2 commit dc90c17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v3.24.1]
11+
1012
- Fix regression (`v3.23.1` and `v3.24.0`) in postgres migration table existence check for
11-
non-default schema. (#882, #883)
13+
non-default schema. (#882, #883, #884).
1214

1315
## [v3.24.0]
1416

@@ -258,7 +260,8 @@ Here's a quick summary:
258260
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
259261
- Return error when no migration files found or dir is not a directory.
260262

261-
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.0...HEAD
263+
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.1...HEAD
264+
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1
262265
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0
263266
[v3.23.1]: https://github.com/pressly/goose/compare/v3.23.0...v3.23.1
264267
[v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0

0 commit comments

Comments
 (0)