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