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 20, 2024
1 parent 3d37435 commit 0c0c4fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [4.16.1] - 2024-01-20

### Fixed

- Fix an issue caused in the last release where column names were double quoted (thanks @eirikbell)

## [4.16.0] - 2024-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/volatiletech/sqlboiler/v4/importers"
)

const sqlBoilerVersion = "4.16.0"
const sqlBoilerVersion = "4.16.1"

var (
flagConfigFile string
Expand Down

0 comments on commit 0c0c4fc

Please sign in to comment.