From 48edbd53293f308057d467bbff5b9cb021629885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Feb 2025 15:13:40 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75024642..b60d7043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.82.0](https://github.com/k1LoW/tbls/compare/v1.81.0...v1.82.0) - 2025-02-12 +### 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 +- chore(deps): update go version and dependencies in go.mod and go.sum by @k1LoW in https://github.com/k1LoW/tbls/pull/655 + ## [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