From e9dc1580131c85779b22af6afac22094538a80b5 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 11 Apr 2024 13:30:22 -0700 Subject: [PATCH] Remove "wip" label for 3.0 release --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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