From 42be9e1312e808d0f079f1ca361c12ddd528be6a Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Mon, 12 Feb 2024 20:19:01 +0000 Subject: [PATCH] Update Changelog and Bump version --- CHANGELOG.md | 7 +++++++ main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a287861c..0e29acad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2] - 2024-02-12 + +### Fixed + +- Replace `rand.seed` method to support golang 1.20 (thanks @pbr0ck3r) +- Fix issue with invalid template generation on ignored struct tags (thanks @090809) + ## [4.16.1] - 2024-01-20 ### Fixed diff --git a/main.go b/main.go index dd4d4c45..4f00a84b 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.16.1" +const sqlBoilerVersion = "4.16.2" var ( flagConfigFile string