diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a0238eb..f93d4ee95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v4.14.2] - 2023-03-21 + +### Fixed + +- Fix qm.WithDeleted helper with a custom soft delete column (thanks @lopezator) +- Skipping empty values from the update list (thanks @bvigar) + ## [v4.14.1] - 2023-01-31 ### Fixed diff --git a/main.go b/main.go index 67ed73d4b..b123545be 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.14.1" +const sqlBoilerVersion = "4.14.2" var ( flagConfigFile string