diff --git a/CHANGELOG.md b/CHANGELOG.md index c533f4865c..15b82682df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.32.2] - 2024-05-28 - Update `buf generate` to warn instead of error when proto3 optional is required but not supported by a plugin. @@ -1123,7 +1123,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.32.1...HEAD +[v1.32.2]: https://github.com/bufbuild/buf/compare/v1.32.1...v1.32.2 [v1.32.1]: https://github.com/bufbuild/buf/compare/v1.32.0...v1.32.1 [v1.32.0]: https://github.com/bufbuild/buf/compare/v1.32.0-beta.1...v1.32.0 [v1.32.0-beta.1]: https://github.com/bufbuild/buf/compare/v1.31.0...v1.32.0-beta.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 2040c76a57..b0a1c11761 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.32.2-dev" +const Version = "1.32.2"