Skip to content

Commit 8d88226

Browse files
committed
Release v3.23.0
1 parent 7248a72 commit 8d88226

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.23.0]
11+
1012
- Add `WithLogger` to `NewProvider` to allow custom loggers (#833)
1113
- Update Provider `WithVerbose` behavior to log all SQL statements (#851)
14+
- Upgrade dependencies and rebuild binaries with latest Go version (`go1.23.3`)
1215

1316
## [v3.22.1]
1417

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

238-
[Unreleased]: https://github.com/pressly/goose/compare/v3.22.1...HEAD
241+
[Unreleased]: https://github.com/pressly/goose/compare/v3.23.0...HEAD
242+
[v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0
239243
[v3.22.1]: https://github.com/pressly/goose/compare/v3.22.0...v3.22.1
240244
[v3.22.0]: https://github.com/pressly/goose/compare/v3.21.1...v3.22.0
241245
[v3.21.1]: https://github.com/pressly/goose/compare/v3.20.0...v3.21.1

0 commit comments

Comments
 (0)