diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index edfc586db..e319e0ed4 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.7.0 + - Graceful handling of responses with nonzero `Content-Length`, `Content-Type` json, but empty body - Empty responses are now transformed to `null` diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 21360a352..dc2a19070 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.6.0 +version: 5.7.0 description: | A powerful HTTP networking package,