Skip to content

Commit c6cc2e2

Browse files
committed
Update CHANGELOG.md
1 parent bb71755 commit c6cc2e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v3.24.3]
11+
12+
- Add `GOOSE_TABLE` environment variable -- lower priority than `-table` flag, but higher than the
13+
default table name. (#932)
14+
- Dependency updates
15+
1016
## [v3.24.2]
1117

1218
- Add `TableExists` table existence check for the mysql dialect (#895)
@@ -266,7 +272,8 @@ Here's a quick summary:
266272
- Add new `context.Context`-aware functions and methods, for both sql and go migrations.
267273
- Return error when no migration files found or dir is not a directory.
268274

269-
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.2...HEAD
275+
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.3...HEAD
276+
[v3.24.3]: https://github.com/pressly/goose/compare/v3.24.2...v3.24.3
270277
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
271278
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1
272279
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0

0 commit comments

Comments
 (0)