From e196deac3b22f146ab3c06406c6604483a3200f7 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Thu, 12 Nov 2020 11:38:10 +0100 Subject: [PATCH] Release 2.8.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5fc076..163e8f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.8.0-dev +## 2.8.0 * Added support for client interceptors, which can be configured through `Client` constructor's `interceptors` parameter. Interceptors will be diff --git a/pubspec.yaml b/pubspec.yaml index b5710d9c..34b397a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: grpc description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. -version: 2.8.0-dev +version: 2.8.0 homepage: https://github.com/dart-lang/grpc-dart