diff --git a/CHANGELOG.md b/CHANGELOG.md index 0144967487..0a9ad2cbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.35.1] - 2024-07-24 - Fix the git input parameter `ref` to align with the `git` notion of a ref. This allows for the use of branch names, tag names, and commit hashes. @@ -1179,7 +1179,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.35.0...HEAD +[v1.35.1]: https://github.com/bufbuild/buf/compare/v1.35.0...v1.35.1 [v1.35.0]: https://github.com/bufbuild/buf/compare/v1.34.0...v1.35.0 [v1.34.0]: https://github.com/bufbuild/buf/compare/v1.33.0...v1.34.0 [v1.33.0]: https://github.com/bufbuild/buf/compare/v1.32.2...v1.33.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index ef72800f21..d4cb79d21c 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.35.1-dev" +const Version = "1.35.1"