diff --git a/pkg/vm_service/CHANGELOG.md b/pkg/vm_service/CHANGELOG.md index a2fa9a2ebf6..74c16370ff2 100644 --- a/pkg/vm_service/CHANGELOG.md +++ b/pkg/vm_service/CHANGELOG.md @@ -1,4 +1,4 @@ -## 15.0.1-wip +## 15.0.1 - Update to version `4.19` of the spec. - Add `Timer` stream. - Add `TimerSignificantlyOverdue` event kind. diff --git a/pkg/vm_service/pubspec.yaml b/pkg/vm_service/pubspec.yaml index 826d4eaee4f..599d4a77c6a 100644 --- a/pkg/vm_service/pubspec.yaml +++ b/pkg/vm_service/pubspec.yaml @@ -1,5 +1,5 @@ name: vm_service -version: 15.0.1-wip +version: 15.0.1 description: >- A library to communicate with a service implementing the Dart VM service protocol.