Skip to content

Commit 2af0c04

Browse files
committed
Bump version
1 parent 72d2fca commit 2af0c04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.10.2] - 2022-04-15
8+
9+
### Fixes
10+
11+
- Fix performance issue when scanning pgeo point (thanks @ivokanchev)
12+
713
## [v4.10.1] - 2022-04-15
814

915
### Fixes

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.10.1"
18+
const sqlBoilerVersion = "4.10.2"
1919

2020
var (
2121
flagConfigFile string

0 commit comments

Comments
 (0)