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 diff --git a/version/version.go b/version/version.go index 8e4fece5..b0334280 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.72.1" +var Version = "1.72.2"