Prepare for release (#360)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c984bc..bbe9d37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.1.0-dev
+## 1.1.0 - 2022-1-18
* Support function level coverage information, when running tests in the Dart
VM. This is not supported for web tests yet.
diff --git a/lib/src/formatter.dart b/lib/src/formatter.dart
index b8d0be0..85b1e21 100644
--- a/lib/src/formatter.dart
+++ b/lib/src/formatter.dart
@@ -124,7 +124,8 @@
/// Converts the given hitmap to a pretty-print format.
///
/// If [reportOn] is provided, coverage report output is limited to files
- /// prefixed with one of the paths included.
+ /// prefixed with one of the paths included. If [reportFuncs] is provided,
+ /// only function coverage information will be shown.
Future<String> prettyPrint(
Resolver resolver,
Loader loader, {
diff --git a/pubspec.yaml b/pubspec.yaml
index 52fef87..e7a5bf9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 1.1.0-dev
+version: 1.1.0
description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage