diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index 27cd33f26..2fc42b618 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.8.0 + - Update comments and strings with `MultipartFile`. - Removes redundant warnings when composing request options on Web. - Fixes boundary inconsistency in `FormData.clone()`. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 3126f410c..7c3c53b98 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.7.0 +version: 5.8.0 description: | A powerful HTTP networking package,