Skip to content

Commit 68e18ce

Browse files
Release v1.28.1 (#2591)
Release prepared for 1.28.1 Reminder: Verify the changelog Co-authored-by: oliversun9 <[email protected]>
1 parent 61bc015 commit 68e18ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.28.1] - 2023-11-15
44

55
- The `buf curl` command has been updated to support the use of multiple schemas.
66
This allows users to specify multiple `--schema` flags and/or to use both `--schema`
@@ -986,7 +986,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
986986

987987
Initial beta release.
988988

989-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.28.0...HEAD
989+
[v1.28.1]: https://github.com/bufbuild/buf/compare/v1.28.0...v1.28.1
990990
[v1.28.0]: https://github.com/bufbuild/buf/compare/v1.27.2...v1.28.0
991991
[v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2
992992
[v1.27.1]: https://github.com/bufbuild/buf/compare/v1.27.0...v1.27.1

private/buf/bufcli/bufcli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import (
6565

6666
const (
6767
// Version is the CLI version of buf.
68-
Version = "1.28.1-dev"
68+
Version = "1.28.1"
6969

7070
inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
7171
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"

0 commit comments

Comments
 (0)