diff --git a/CHANGELOG.md b/CHANGELOG.md index c747c675cb..07ec8c8bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.7.4] - 2023-11-06 - No changes yet. @@ -1045,7 +1045,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.7.0...HEAD +[v3.7.4]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.7.4 [v3.7.0]: https://github.com/bufbuild/buf/compare/v3.6.0...v3.7.0 [v3.6.0]: https://github.com/bufbuild/buf/compare/v3.5.0...v3.6.0 [v3.5.0]: https://github.com/bufbuild/buf/compare/v3.1.1...v3.5.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 1ccdf5813f..c6aef63862 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "3.7.1-dev" + Version = "3.7.4" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"