diff --git a/CHANGELOG.md b/CHANGELOG.md index 079f2a30ad..8967597eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.68.1] - 2026-04-14 - Revert the use of the new compiler report format and properly ungate Editions 2024 features. @@ -1523,6 +1527,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.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 5df8805fb0..cbe2dc317e 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.1" +const Version = "1.68.2-dev"