release to support the latest vm_service (#2131)

diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md
index cf27a17..cb77b6a 100644
--- a/pkgs/test/CHANGELOG.md
+++ b/pkgs/test/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 1.24.9-wip
+## 1.24.9
+
+* Update the vm_service constraint to allow version `13.x`.
 
 ## 1.24.8
 
diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml
index b6dfd35..85c8ccc 100644
--- a/pkgs/test/pubspec.yaml
+++ b/pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 1.24.9-wip
+version: 1.24.9
 description: >-
   A full featured library for writing and running Dart tests across platforms.
 repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -35,7 +35,7 @@
 
   # Use an exact version until the test_api and test_core package are stable.
   test_api: 0.6.1
-  test_core: 0.5.8
+  test_core: 0.5.9
 
   typed_data: ^1.3.0
   web_socket_channel: ^2.0.0
diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md
index f71b215..e71cd13 100644
--- a/pkgs/test_core/CHANGELOG.md
+++ b/pkgs/test_core/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.5.9-wip
+## 0.5.9
+
+* Update the vm_service constraint to allow version `13.x`.
 
 ## 0.5.8
 
diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml
index 6451c83..a3e6fd1 100644
--- a/pkgs/test_core/pubspec.yaml
+++ b/pkgs/test_core/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_core
-version: 0.5.9-wip
+version: 0.5.9
 description: A basic library for writing tests and running them on the VM.
 repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core