diff --git a/CHANGELOG.md b/CHANGELOG.md index 70caf370..4dc46358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.79.3](https://github.com/k1LoW/tbls/compare/v1.79.2...v1.79.3) - 2024-11-15 +### Fix bug 🐛 +- Fix schema filter logic to prevent duplicated counts of tables by @kromiii in https://github.com/k1LoW/tbls/pull/634 + ## [v1.79.2](https://github.com/k1LoW/tbls/compare/v1.79.1...v1.79.2) - 2024-11-09 ### Fix bug 🐛 - Fix linux build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/633 diff --git a/version/version.go b/version/version.go index 43609f71..ce711b0d 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.79.2" +var Version = "1.79.3"