Merge branch 'master' into 0.1.96
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 111f137..2de4fc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.1.96
+
+* fixed false positives in `unnecessary_parens`
+* various changes to migrate to preferred analyzer APIs
+* rule test fixes
+
 # 0.1.95
 
 * improvements to `unsafe_html` error reporting
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 7671e6c..14ca007 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -3,4 +3,4 @@
 // BSD-style license that can be found in the LICENSE file.
 
 /// Package version.  Synchronized w/ pubspec.yaml.
-const String version = '0.1.95';
+const String version = '0.1.96';
diff --git a/pubspec.yaml b/pubspec.yaml
index 2dec4f3..92ac662 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.95
+version: 0.1.96
 
 author: Dart Team <misc@dartlang.org>