diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe5ed0b..ae05fb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.71.1](https://github.com/k1LoW/tbls/compare/v1.71.0...v1.71.1) - 2023-11-07 +### Fix bug 🐛 +- fix #535 by @majimaccho in https://github.com/k1LoW/tbls/pull/536 +- Fix handling cardinality by @k1LoW in https://github.com/k1LoW/tbls/pull/538 + ## [v1.71.0](https://github.com/k1LoW/tbls/compare/v1.70.2...v1.71.0) - 2023-10-27 ### Breaking Changes 🛠 - feat:refer viewpoints from tables by @macoto1995 in https://github.com/k1LoW/tbls/pull/532 diff --git a/version/version.go b/version/version.go index 2282c512..752f8471 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.71.0" +var Version = "1.71.1"