0.1.51 (#999)

# 0.1.51

* `unrelated_type_equality_checks` now allows comparison between `Int64` or `Int32` and `int`
* `unnecessary_parenthesis` improved to handle cascades _in_ cascades
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d5426e..e925fbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
-# 0.1.51-dev
+# 0.1.51
 
-* unrelated_type_equality_checks now allows comparison between `Int64` or `Int32` and `int`
+* `unrelated_type_equality_checks` now allows comparison between `Int64` or `Int32` and `int`
+* `unnecessary_parenthesis` improved to handle cascades _in_ cascades
 
 # 0.1.50
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 0cdf419..188f813 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.50
+version: 0.1.51
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter