diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index f3df5e24e..39e232812 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.** ## Unreleased +*None.* + +## 5.3.3 + - Fix failing requests throw `DioException`s with `.unknown` instead of `.connectionError` on `SocketException`. - Removes the accidentally added `options` argument for `Options.compose`. - Fix wrong formatting of multi-value header in `BrowserHttpClientAdapter`. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index f4d51342d..b52facd40 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.3.2 +version: 5.3.3 description: | A powerful HTTP networking package,