Update CHANGELOG.md

This commit is contained in:
Mike Fridman 2025-05-06 21:18:08 -04:00
parent bb71755afa
commit c6cc2e2bc6
No known key found for this signature in database

View File

@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v3.24.3]
- Add `GOOSE_TABLE` environment variable -- lower priority than `-table` flag, but higher than the
default table name. (#932)
- Dependency updates
## [v3.24.2]
- Add `TableExists` table existence check for the mysql dialect (#895)
@ -266,7 +272,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.2...HEAD
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.3...HEAD
[v3.24.3]: https://github.com/pressly/goose/compare/v3.24.2...v3.24.3
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
[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