diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0d1d7..45ea736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.2 + +* Remove `base` qualifier on `ResponseStream`. + ## 3.2.1 * `package:http` now supports more versions: `>=0.13.0 <2.0.0`. diff --git a/pubspec.yaml b/pubspec.yaml index 0fd0ae6..0129f38 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.2.1 +version: 3.2.2 repository: https://github.com/grpc/grpc-dart