diff --git a/CHANGELOG.md b/CHANGELOG.md index 30125987..5bc11f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.0-dev +## 1.2.0 * Support branch level coverage information, when running tests in the Dart VM. This is not supported for web tests yet. diff --git a/pubspec.yaml b/pubspec.yaml index d0ceadb8..0f372f4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: coverage -version: 1.2.0-dev +version: 1.2.0 description: Coverage data manipulation and formatting homepage: https://github.com/dart-lang/coverage