Update to 0.1.9.

* Fixes `type_annotate_public_apis`.

BUG=
R=het@google.com

Review URL: https://codereview.chromium.org//1492973002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 081652f..e1c37b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+# 0.1.9
+
+* Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart-lang/sdk#25092).
+
 # 0.1.8
 
 * Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).
diff --git a/pubspec.yaml b/pubspec.yaml
index 7832420..8f7913a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.8
+version: 0.1.9
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter