Update package:vm_service constraints to '>=12.0.0 <15.0.0' (#473)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cceba10..ae6cda2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 1.7.2-wip
+## 1.7.2
+
+- Update `package:vm_service` constraints to '>=12.0.0 <15.0.0'.
## 1.7.1
diff --git a/pubspec.yaml b/pubspec.yaml
index 0a92b4b..2a0553b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 1.7.2-wip
+version: 1.7.2
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@
path: ^1.8.0
source_maps: ^0.10.10
stack_trace: ^1.10.0
- vm_service: '>=12.0.0 <14.0.0'
+ vm_service: '>=12.0.0 <15.0.0'
dev_dependencies:
benchmark_harness: ^2.2.0