diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf24d8a97..33a42f9db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.42.0] - 2024-09-18 - Add support for custom lint and breaking change plugins. See @@ -1260,6 +1264,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.42.0...HEAD [v1.42.0]: https://github.com/bufbuild/buf/compare/v1.41.0...v1.42.0 [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 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index e987d80f1d..c7c520716c 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.42.0" +const Version = "1.42.1-dev"