diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a33c7e2fb..d886e475d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.57.2] - 2025-09-16 - Fix buf curl for HTTP/2 services @@ -1410,7 +1410,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.1...HEAD +[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.2 [v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1 [v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0 [v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 5d5c8a60fd..322b4429b5 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -15,4 +15,4 @@ package bufcli // Version is the CLI version of buf. -const Version = "1.57.2-dev" +const Version = "1.57.2"