From 06ff0dbaf39bec72431e0fa952f0e6f96a44d20f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jan 2024 01:30:49 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea23150..314b704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.72.2](https://github.com/k1LoW/tbls/compare/v1.72.1...v1.72.2) - 2024-01-25 +### Other Changes +- Update go-graphviz to v0.1.2 by @k1LoW in https://github.com/k1LoW/tbls/pull/552 +- Use octocov-action@v1 by @k1LoW in https://github.com/k1LoW/tbls/pull/553 + ## [v1.72.1](https://github.com/k1LoW/tbls/compare/v1.72.0...v1.72.1) - 2024-01-09 ### Other Changes - chore: unnecessary use of fmt.Sprintf by @testwill in https://github.com/k1LoW/tbls/pull/544