Skip to content

Commit

Permalink
Preparing release v1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biosvs committed Dec 14, 2023
1 parent d9173b0 commit 0f13f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

=======
## [Unreleased]
## [1.71.0] - 2023-12-14
- tchannel: optional transport-level config to allow reusing a buffer for reading a tchannel response body.
- grpc: returned outbound response body is no longer writable.
- Fixed panic when error details list contains message that cannot be unmarshalled.
Expand Down Expand Up @@ -1493,7 +1493,7 @@ This release requires regeneration of ThriftRW code.
## 0.1.0 - 2016-08-31
- Initial release.
[Unreleased]: https://github.com/yarpc/yarpc-go/compare/v1.70.4...HEAD
[1.71.0]: https://github.com/yarpc/yarpc-go/compare/v1.70.4...v1.71.0
[1.70.4]: https://github.com/yarpc/yarpc-go/compare/v1.70.3...v1.70.4
[1.70.3]: https://github.com/yarpc/yarpc-go/compare/v1.70.2...v1.70.3
[1.70.2]: https://github.com/yarpc/yarpc-go/compare/v1.70.1...v1.70.2
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package yarpc // import "go.uber.org/yarpc"

// Version is the current version of YARPC.
const Version = "1.70.4-dev"
const Version = "1.71.0"

0 comments on commit 0f13f34

Please sign in to comment.