diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a5cb0c..8abcbaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.67.1](https://github.com/k1LoW/tbls/compare/v1.67.0...v1.67.1) - 2023-06-18 +### New Features 🎉 +- Support `--dsn` option for external subcommands by @k1LoW in https://github.com/k1LoW/tbls/pull/495 + ## [v1.67.0](https://github.com/k1LoW/tbls/compare/v1.66.0...v1.67.0) - 2023-06-17 ### New Features 🎉 - Support grouping tables in viewpoints by @k1LoW in https://github.com/k1LoW/tbls/pull/493 diff --git a/version/version.go b/version/version.go index 799fcb22..86d784f5 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.67.0" +var Version = "1.67.1"