From d34ca5cec9ab678b108646f20f9c6e1334cd187a Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Mon, 3 Jul 2023 08:54:43 -0400 Subject: [PATCH] Release v3.13.1 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0542b4d5..bb1f2e63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## [Unreleased] -- Add pre-built binaries with GoReleaser. +## [v3.13.1] - 2023-07-03 + +- Add pre-built binaries with GoReleaser and update the build process. ## [v3.13.0] - 2023-06-29 @@ -13,5 +15,6 @@ - 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.13.0...HEAD +[Unreleased]: https://github.com/pressly/goose/compare/v3.13.1...HEAD +[v3.13.1]: https://github.com/pressly/goose/compare/v3.13.0...v3.13.1 [v3.13.0]: https://github.com/pressly/goose/compare/v3.11.2...v3.13.0