Skip to content

Commit d5757fd

Browse files
committed
Update changelog and bump version
1 parent 9915ae5 commit d5757fd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic
55
Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [v4.8.6] - 2022-01-29
8+
9+
### Added
10+
11+
- Add missing function `func (modelQuery) DeleteAllGP(...)` (thanks @parnic)
12+
13+
### Fixes
14+
15+
- Fixed issue with generation of both nullable and non-nullable enum types (thanks @optiman)
16+
717
## [v4.8.5] - 2022-01-28
818

919
### Added

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/volatiletech/sqlboiler/v4/importers"
1616
)
1717

18-
const sqlBoilerVersion = "4.8.5"
18+
const sqlBoilerVersion = "4.8.6"
1919

2020
var (
2121
flagConfigFile string

0 commit comments

Comments
 (0)