diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7f46c..fb8799d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.0 + +* Revert [PR #287](https://github.com/grpc/grpc-dart/pull/287), which allowed +using gRPC-web in native environments but also broke streaming. + ## 2.2.0+1 * Relax `crypto` version dependency constraint from `^2.1.5` to `^2.1.4`. diff --git a/pubspec.yaml b/pubspec.yaml index eb8bb18..62d4152 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.2.0+1 +version: 2.3.0 author: Dart Team homepage: https://github.com/dart-lang/grpc-dart