diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d265b62..258dcf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -## 4.2.0-wip +## 4.2.0 -- Require Dart 3.8. - Export a protobuf generated symbol (`Any`) -- Dart format all files for the new 3.8 formatter. +- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the + type hierarchy) +- Require Dart 3.8. - Require package:googleapis_auth - Require package:http 1.4.0 - Require package:lints 6.0.0 - Require package:protobuf 4.1.0 -- Simplify hierarchy of `ResponseFuture` (no longer have a private class in the - type hierarchy) +- Dart format all files for the new 3.8 formatter. ## 4.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index fe09c653..e6908d77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: grpc -version: 4.2.0-wip +version: 4.2.0 description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. repository: https://github.com/grpc/grpc-dart