diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md index 8a58aeff167..5ec0822fa98 100644 --- a/pkg/dds/CHANGELOG.md +++ b/pkg/dds/CHANGELOG.md @@ -1,5 +1,4 @@ -# 5.0.1-wip - +# 5.0.1 - Widen the dependency on `package:shelf_web_socket`. - Require Dart SDK v. 3.5.0 or higher. - Started caching events sent on the 'Timer' stream. The cached events can be retrieved using the `getStreamHistory` RPC. diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml index 8a715b9c510..39707a082ca 100644 --- a/pkg/dds/pubspec.yaml +++ b/pkg/dds/pubspec.yaml @@ -1,5 +1,5 @@ name: dds -version: 5.0.1-wip +version: 5.0.1 description: >- A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.