diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c34b67..6ce1a025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [4.16.0] - 2024-01-16 ### Added diff --git a/main.go b/main.go index 009765ac..6428433b 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.15.0" +const sqlBoilerVersion = "4.16.0" var ( flagConfigFile string