diff --git a/plugins/web_adapter/CHANGELOG.md b/plugins/web_adapter/CHANGELOG.md index c7c1e456e..85b25e88d 100644 --- a/plugins/web_adapter/CHANGELOG.md +++ b/plugins/web_adapter/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +*None.* + +## 2.0.0 + - Supports the WASM environment. Users should upgrade the adapter with `dart pub upgrade` or `flutter pub upgrade` to use the WASM-supported version. diff --git a/plugins/web_adapter/pubspec.yaml b/plugins/web_adapter/pubspec.yaml index 75580bb4d..919c19a83 100644 --- a/plugins/web_adapter/pubspec.yaml +++ b/plugins/web_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: dio_web_adapter -version: 1.0.1 +version: 2.0.0 description: An adapter that supports Dio on Web. topics: