diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index 04b2ed6a65..616e07b6cb 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-wip +## 2.0.0 * The behavior of `CupertinoClient` and `CupertinoWebSocket` has not changed. * **Breaking:** `MutableURLRequest.httpBodyStream` now takes a `NSInputStream` diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index dbdda7067b..8a442de791 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 1.5.2-wip +version: 2.0.0 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.