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: