diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 0d16186d4..077499bd1 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 1.2.0 + - Adds `createCronetEngine` and `createCupertinoConfiguration` to deprecate `cronetEngine` and `cupertinoConfiguration` for the `NativeAdapter`, to avoid platform exceptions. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index 79b545df6..ebff7cd17 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.1.1 +version: 1.2.0 description: A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. topics: