From 05a0f9f1f38c11f1c6a06ff24101b692733f6171 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:59:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20native=5Fdio=5Fadapter=20v1.1.0?= =?UTF-8?q?=20Triggered=20by=20@ueman=20on=20https://github.com/cfug/dio/i?= =?UTF-8?q?ssues/1633#issuecomment-1787078694?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/native_dio_adapter/CHANGELOG.md | 4 ++++ plugins/native_dio_adapter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 686d4f770..15d87dd49 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 1.1.0 + - Bump `cronet_http` version. - Minimal required Dart version is now 3.1. - Minimal required Flutter version is now 3.13.0. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index e16709508..30bbc6247 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: native_dio_adapter -version: 1.0.0+2 +version: 1.1.0 description: A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. topics: