diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c2ea54fb..c30d7aeb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v4.1.14] - 2023-11-08 - No changes yet. @@ -1069,7 +1069,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.20.0...HEAD +[v4.1.14]: https://github.com/bufbuild/buf/compare/v3.20.0...v4.1.14 [v3.20.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.20.0 [v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1 [v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index f4c807d3d8..469ab5ab56 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.20.1-dev" + Version = "4.1.14" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"