docs: cleanup changelog

pull/675/head^2
Mike Fridman 2024-03-15 15:39:56 -04:00
parent e2c1ac00f9
commit 234a9d50dc
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -27,15 +27,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Use [v3.19.1] instead. This was tagged but not released and does not contain release binaries.
- Fix selecting dialect for `redshift`
- Add `GOOSE_MIGRATION_DIR` documentation
- Bump github.com/opencontainers/runc to `v1.1.12` (security fix)
- Update CI tests for go1.22
- Make goose annotations case-insensitive
- The `goose` annotations are now case-insensitive. This means that `-- +goose Up` and `-- +goose
up` are now equivalent. This change was made to improve the user experience and to make the
annotations more consistent.
## [v3.18.0] - 2024-01-31
- Add environment variable substitution for SQL migrations. (#604)