diff --git a/CHANGELOG.md b/CHANGELOG.md index 75024642..3be5844b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.81.1](https://github.com/k1LoW/tbls/compare/v1.81.0...v1.81.1) - 2025-02-01 +### Other Changes +- Use bookworm by @k1LoW in https://github.com/k1LoW/tbls/pull/651 +- Fix errcheck related to type assertion by @bmf-san in https://github.com/k1LoW/tbls/pull/654 + ## [v1.81.0](https://github.com/k1LoW/tbls/compare/v1.80.0...v1.81.0) - 2025-01-26 ### Breaking Changes 🛠 - Fix schema.json for generating JSON Schema of schema.json by @k1LoW in https://github.com/k1LoW/tbls/pull/646