diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc0b8725..6316ba0d6 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 +## [v4.6.0] - 2021-06-06 ### Added diff --git a/main.go b/main.go index f1019de77..54966acd1 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( //go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton -const sqlBoilerVersion = "4.5.0" +const sqlBoilerVersion = "4.6.0" var ( flagConfigFile string