diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8f230a1..9283c209f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.74.2](https://github.com/k1LoW/tbls/compare/v1.74.1...v1.74.2) - 2024-05-02 +### Fix bug 🐛 +- Support the case where name in index_info is NULL. by @k1LoW in https://github.com/k1LoW/tbls/pull/579 + ## [v1.74.1](https://github.com/k1LoW/tbls/compare/v1.74.0...v1.74.1) - 2024-05-01 ### Other Changes - chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/k1LoW/tbls/pull/575 diff --git a/version/version.go b/version/version.go index 016375236..8d0f738f9 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.74.1" +var Version = "1.74.2"