diff --git a/CHANGELOG.md b/CHANGELOG.md index ccde850b46..2bf24d8a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.42.0] - 2024-09-18 - Add support for custom lint and breaking change plugins. See [our launch blog post](https://buf.build/blog/buf-custom-lint-breaking-change-plugins) @@ -1260,7 +1260,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.41.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 [v1.40.0]: https://github.com/bufbuild/buf/compare/v1.39.0...v1.40.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 2e86334568..e987d80f1d 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.41.1-dev" +const Version = "1.42.0"