diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef6328e8f..01a14a670e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v3.95.1] - 2023-11-08 - No changes yet. @@ -1077,6 +1081,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v3.95.1...HEAD [v3.95.1]: https://github.com/bufbuild/buf/compare/v3.95.0...v3.95.1 [v3.95.0]: https://github.com/bufbuild/buf/compare/v3.70.1...v3.95.0 [v3.70.1]: https://github.com/bufbuild/buf/compare/v3.20.0...v3.70.1 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index c0cc19b4a0..a43ce33141 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.95.1" + Version = "3.95.2-dev" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"