Prepare to publish 1.6.0 (dart-lang/coverage#423)
diff --git a/pkgs/coverage/CHANGELOG.md b/pkgs/coverage/CHANGELOG.md
index 18f5cf4..7690826 100644
--- a/pkgs/coverage/CHANGELOG.md
+++ b/pkgs/coverage/CHANGELOG.md
@@ -1,5 +1,8 @@
-## 1.5.1-dev
+## 1.6.0
+- Update to vm_service 9.4.0.
+- Use IsolateRef.isolateGroupId to speed up coverage collection.
+- Ignore uncoverable abstract methods.
- Fix bug where 'ingore-line' comments etc are applied even if they're inside
string literals.
- Change the LICENSE file to the standard Dart BSD license.
diff --git a/pkgs/coverage/pubspec.yaml b/pkgs/coverage/pubspec.yaml
index fc340ee..760e64b 100644
--- a/pkgs/coverage/pubspec.yaml
+++ b/pkgs/coverage/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 1.5.1-dev
+version: 1.6.0
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage