Skip to content

Commit da6d92e

Browse files
authored
Update CHANGELOG.md (#930)
1 parent a31731d commit da6d92e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v3.24.2]
11+
1012
- Add `TableExists` table existence check for the mysql dialect (#895)
1113
- Upgrade **minimum Go version to 1.22** (#909)
14+
- Various dependency updates
1215

1316
## [v3.24.1]
1417

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

266-
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.1...HEAD
269+
[Unreleased]: https://github.com/pressly/goose/compare/v3.24.2...HEAD
270+
[v3.24.2]: https://github.com/pressly/goose/compare/v3.24.1...v3.24.2
267271
[v3.24.1]: https://github.com/pressly/goose/compare/v3.24.0...v3.24.1
268272
[v3.24.0]: https://github.com/pressly/goose/compare/v3.23.1...v3.24.0
269273
[v3.23.1]: https://github.com/pressly/goose/compare/v3.23.0...v3.23.1

0 commit comments

Comments
 (0)