Skip to content

Commit

Permalink
Update changelong and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Mar 21, 2023
1 parent 9ec1b55 commit e6989a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
)

const sqlBoilerVersion = "4.14.1"
const sqlBoilerVersion = "4.14.2"

var (
flagConfigFile string
Expand Down

0 comments on commit e6989a7

Please sign in to comment.