diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index 2fc42b618..4349f8745 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -5,7 +5,7 @@ See the [Migration Guide][] for the complete breaking changes list.** ## Unreleased -*None.* +- Raise the version constraint of `dio_web_adapter`. ## 5.8.0 diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 7c3c53b98..b1c1c482c 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: meta: ^1.5.0 path: ^1.8.0 - dio_web_adapter: '>=1.0.0 <3.0.0' + dio_web_adapter: '>=1.1.0 <3.0.0' dev_dependencies: lints: any