diff --git a/CHANGELOG.md b/CHANGELOG.md index 317dd97..19929dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 3.0.0-wip +## 2.9.9-wip -- Provide an adapter around `package:web_socket` `WebSocket`s. +- Provide an adapter around `package:web_socket` `WebSocket`s and make it the + default implementation for `WebSocketChannel.connect`. ## 2.4.5 diff --git a/pubspec.yaml b/pubspec.yaml index 504b6d3..669278f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,7 @@ name: web_socket_channel -version: 3.0.0-wip +# package:test requires ^2.0 so changing this to 3.0.0 would cause version +# solving to fail. Update `package:test` and change to 3.0.0-wip before submit. +version: 2.9.9-wip description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that