diff --git a/CHANGELOG.md b/CHANGELOG.md index c51b9f2c..0a002a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.74.4](https://github.com/k1LoW/tbls/compare/v1.74.3...v1.74.4) - 2024-05-16 +### Other Changes +- Fix some minor typos by @fkmy in https://github.com/k1LoW/tbls/pull/583 + ## [v1.74.3](https://github.com/k1LoW/tbls/compare/v1.74.2...v1.74.3) - 2024-05-06 ### Other Changes - Use `ghfs` for AnalyzeGithubContent by @kromiii in https://github.com/k1LoW/tbls/pull/581 diff --git a/version/version.go b/version/version.go index f543550c..b33d223d 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.3" +var Version = "1.74.4"