Merge branch 'master' into 0.1.74
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04d5eb5..6a0f191 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.74
+
+* experimental lints `avoid_positional_boolean_parameters`, `literal_only_boolean_expressions`, `prefer_foreach`, `prefer_void_to_null` promoted to stable
+* `unnecessary_parenthesis` improved to handle function expressions
+
 # 0.1.73
 
 * deprecated `prefer_bool_in_asserts` (redundant w/ Dart 2 checks)
diff --git a/pubspec.yaml b/pubspec.yaml
index d5c2962..c4eef3a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.73
+version: 0.1.74
 
 author: Dart Team <misc@dartlang.org>