diff --git a/CHANGELOG.md b/CHANGELOG.md index 318efac7c6..03bcccfe36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.41.0] - 2024-09-11 - Add HTTP/3 support for gRPC with `buf curl`. - Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel. @@ -1249,7 +1249,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.40.1...HEAD +[v1.41.0]: https://github.com/bufbuild/buf/compare/v1.40.1...v1.41.0 [v1.40.1]: https://github.com/bufbuild/buf/compare/v1.40.0...v1.40.1 [v1.40.0]: https://github.com/bufbuild/buf/compare/v1.39.0...v1.40.0 [v1.39.0]: https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index eab13708ae..0911aedf5f 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.40.2-dev" +const Version = "1.41.0"