diff --git a/plugins/http2_adapter/CHANGELOG.md b/plugins/http2_adapter/CHANGELOG.md index d8333501c..a286a50b9 100644 --- a/plugins/http2_adapter/CHANGELOG.md +++ b/plugins/http2_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 2.3.2 + - Implement `sendTimeout` and `receiveTimeout` for the adapter. - Fix redirect not working when requestStream is null. - Ignores `Duration.zero` timeouts. diff --git a/plugins/http2_adapter/pubspec.yaml b/plugins/http2_adapter/pubspec.yaml index 1c5be37b1..f70bce7c2 100644 --- a/plugins/http2_adapter/pubspec.yaml +++ b/plugins/http2_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: dio_http2_adapter -version: 2.3.1+1 +version: 2.3.2 description: An adapter that combines HTTP/2 and dio. Supports reusing connections, header compression, etc. topics: