diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5925b..a05d0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +* `package:http` now supports more versions: `>=0.13.0 <2.0.0`. + ## 3.2.0 * `ChannelOptions` now exposes `connectTimeout`, which is used on the diff --git a/pubspec.yaml b/pubspec.yaml index 9bf0efa..86d6520 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.0 +version: 3.2.1 repository: https://github.com/grpc/grpc-dart @@ -15,7 +15,7 @@ dependencies: fixnum: ^1.0.0 googleapis_auth: ^1.1.0 meta: ^1.3.0 - http: ^0.13.0 + http: '>=0.13.0 <2.0.0' http2: ^2.0.0 protobuf: ^2.0.0