Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Jan 29, 2022
1 parent 9915ae5 commit d5757fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.8.6] - 2022-01-29

### Added

- Add missing function `func (modelQuery) DeleteAllGP(...)` (thanks @parnic)

### Fixes

- Fixed issue with generation of both nullable and non-nullable enum types (thanks @optiman)

## [v4.8.5] - 2022-01-28

### Added
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.8.5"
const sqlBoilerVersion = "4.8.6"

var (
flagConfigFile string
Expand Down

0 comments on commit d5757fd

Please sign in to comment.