From 61ed864c748f7b060b45018db928204445456f93 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:52:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.0.3=20Triggered=20by=20?= =?UTF-8?q?@kuhnroyal=20on=20https://github.com/cfug/dio/issues/1633#issue?= =?UTF-8?q?comment-1474271421?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/CHANGELOG.md | 4 ++++ dio/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index 2d0728df0..88b62d7b9 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 5.0.3 + - Imply `List` as JSON content in `ImplyContentTypeInterceptor`. - Fix `FormData` encoding for collections and objects. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index f8ad5a669..f5f6ae762 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -9,7 +9,7 @@ description: | homepage: https://github.com/cfug/dio repository: https://github.com/cfug/dio/blob/main/dio issue_tracker: https://github.com/cfug/dio/issues -version: 5.0.2 +version: 5.0.3 environment: sdk: '>=2.15.0 <3.0.0'