From 5b0e9429b855d9c9b57794798fed53267b398463 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Thu, 12 Nov 2020 12:53:46 +0100 Subject: [PATCH] Release 2.8.0 (#399) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9455dab7..94290a92 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