From 8d8822685ad87e53bfa8ca03e2baab479c4c823e Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Thu, 21 Nov 2024 09:18:04 -0500 Subject: [PATCH] Release v3.23.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509e118e9..31e52c295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v3.23.0] + - Add `WithLogger` to `NewProvider` to allow custom loggers (#833) - Update Provider `WithVerbose` behavior to log all SQL statements (#851) +- Upgrade dependencies and rebuild binaries with latest Go version (`go1.23.3`) ## [v3.22.1] @@ -235,7 +238,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.22.1...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.23.0...HEAD +[v3.23.0]: https://github.com/pressly/goose/compare/v3.22.1...v3.23.0 [v3.22.1]: https://github.com/pressly/goose/compare/v3.22.0...v3.22.1 [v3.22.0]: https://github.com/pressly/goose/compare/v3.21.1...v3.22.0 [v3.21.1]: https://github.com/pressly/goose/compare/v3.20.0...v3.21.1