From 0f13f34560d2aa35643320d7e1ecaa2073e9c352 Mon Sep 17 00:00:00 2001 From: Vitalii Levitskii Date: Thu, 14 Dec 2023 09:38:10 +0100 Subject: [PATCH] Preparing release v1.71.0 --- CHANGELOG.md | 4 ++-- version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c6501a6..b51ce08b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/version.go b/version.go index 67e00315e..9dea6ae0d 100644 --- a/version.go +++ b/version.go @@ -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"