Linter version 0.1.17.

Introduces:

* Fix to `public_member_api_docs` to check for documented getters when checking setters (#237).
* New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains` is invoked with an object of an unrelated type.
* New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240).

BUG=
R=scheglov@google.com

Review URL: https://codereview.chromium.org//1992693003 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7b188c..594b7d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.1.17
+
+* Fix to `public_member_api_docs` to check for documented getters when checking setters (#237).
+* New `iterable_contains_unrelated_type` lint to detect when `Iterable.contains` is invoked with an object of an unrelated type.
+* New `comment_references` lint to ensure identifiers referenced in docs are in scope (#240).
+
 # 0.1.16
 
 * Fix for false positive in `overriden_field`s.
diff --git a/pubspec.yaml b/pubspec.yaml
index 563c003..46c8b7a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.16
+version: 0.1.17
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter