From 0c0c4fcececb45f51053ad8537c2500ff9d2940e Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Sat, 20 Jan 2024 21:22:39 +0000 Subject: [PATCH] Update CHANGELOG and Bump Version --- CHANGELOG.md | 6 ++++++ main.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce1a025..a287861c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index 6428433b..dd4d4c45 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.16.0" +const sqlBoilerVersion = "4.16.1" var ( flagConfigFile string