diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e0afe..6b54863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.1-dev +## 3.0.1 * Require `package:googleapis_auth` `^1.1.0` * Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and @@ -9,6 +9,7 @@ to translate HTTP statuses into gRPC statuses. * Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web, on which it uses gRPC-web. +* `GrpcError` now exposes response trailers via `GrpcError.trailers`. ## 3.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 633ce43..5c26922 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: 3.0.1-dev +version: 3.0.1 repository: https://github.com/grpc/grpc-dart