Skip to content

Commit e4d4b94

Browse files
committed
Update changelog and bump version
1 parent 1e0c661 commit e4d4b94

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+
## [4.17.1] - 2024-11-11
8+
9+
### Fixed
10+
11+
- Update the version constant to prevent inaccurate warnings about the version mismatch
12+
713
## [4.17.0] - 2024-11-10
814

915
### Added

main.go

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

19-
const sqlBoilerVersion = "4.16.2"
19+
const sqlBoilerVersion = "4.17.1"
2020

2121
var (
2222
flagConfigFile string

0 commit comments

Comments
 (0)