diff --git a/CHANGELOG.md b/CHANGELOG.md index f30585a931..9718c238ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.68.2] - 2026-04-17 - Fix build failures for modules with a vendored `descriptor.proto`. - Fix LSP incorrectly reporting "edition '2024' not yet fully supported" errors. @@ -1530,7 +1530,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.68.1...HEAD +[v1.68.2]: https://github.com/bufbuild/buf/compare/v1.68.1...v1.68.2 [v1.68.1]: https://github.com/bufbuild/buf/compare/v1.68.0...v1.68.1 [v1.68.0]: https://github.com/bufbuild/buf/compare/v1.67.0...v1.68.0 [v1.67.0]: https://github.com/bufbuild/buf/compare/v1.66.1...v1.67.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index cbe2dc317e..ce2de6a689 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.68.2-dev" +const Version = "1.68.2"