diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8d09285..0e32a5b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.73.3](https://github.com/k1LoW/tbls/compare/v1.73.2...v1.73.3) - 2024-03-13 +### Other Changes +- Fix some minor typos in README by @mmizutani in https://github.com/k1LoW/tbls/pull/563 +- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in https://github.com/k1LoW/tbls/pull/565 + ## [v1.73.2](https://github.com/k1LoW/tbls/compare/v1.72.2...v1.73.2) - 2024-01-25 ### Other Changes - Fix CD pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/554 diff --git a/version/version.go b/version/version.go index 0dfc93a44..d94e02990 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.73.2" +var Version = "1.73.3"