diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72e2a2..a0bfd5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.1 + +- Downgrade `meta` dependency to `1.16.0` + ## 4.3.0 - Require `package:protobuf` 5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 88eedaba..cb2fd622 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: grpc -version: 4.3.0 +version: 4.3.1 description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. repository: https://github.com/grpc/grpc-dart @@ -24,7 +24,7 @@ dependencies: crypto: ^3.0.6 fixnum: ^1.1.1 googleapis_auth: ^2.0.0 - meta: ^1.17.0 + meta: ^1.16.0 http: ^1.4.0 http2: ^2.3.1 protobuf: ^5.0.0