File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v3.24.1]
11
+
10
12
- 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 ).
12
14
13
15
## [ v3.24.0]
14
16
@@ -258,7 +260,8 @@ Here's a quick summary:
258
260
- Add new ` context.Context` - aware functions and methods, for both sql and go migrations.
259
261
- Return error when no migration files found or dir is not a directory.
260
262
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
262
265
[v3 .24 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .23 .1 ...v3 .24 .0
263
266
[v3 .23 .1 ]: https:// github .com / pressly/ goose/ compare/ v3 .23 .0 ...v3 .23 .1
264
267
[v3 .23 .0 ]: https:// github .com / pressly/ goose/ compare/ v3 .22 .1 ...v3 .23 .0
You can’t perform that action at this time.
0 commit comments