From 88695c05ad396b2af88421401c960133e7cac054 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 4 Apr 2022 16:31:03 -0400 Subject: [PATCH] chore: Prepare `0.7.1` release (#962) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a8b64..c6d8fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.7.1](https://github.com/hyperium/tonic/compare/v0.7.0...v0.7.1) (2022-04-04) + +### Features + +* **transport:** Add `channel` feature flag ([#960](https://github.com/hyperium/tonic/issues/960)) ([f1ca90f](https://github.com/hyperium/tonic/commit/f1ca90f2882925c30f96ef60ccfd4fe39bc2c93b)) + + # [0.7.0](https://github.com/hyperium/tonic/compare/v0.6.2...v0.7.0) (2022-03-31) ### Breaking Changes