diff --git a/CHANGELOG.md b/CHANGELOG.md index 5026c83..c544863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.0-wip +## 3.0.0 - Provide an adapter around `package:web_socket` `WebSocket`s and make it the default implementation for `WebSocketChannel.connect`. diff --git a/pubspec.yaml b/pubspec.yaml index d198922..a32395a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: web_socket_channel -version: 3.0.0-wip +version: 3.0.0 description: >- StreamChannel wrappers for WebSockets. Provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that