0.1.67 (#1194)

# 0.1.67

* miscellaneous mixin support fixes
* update to `sort_constructors_first` to apply to all members
* update `unnecessary_this` to work on field initializers
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c51eb23..0c12050 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.1.67
+
+* miscellaneous mixin support fixes
+* update to `sort_constructors_first` to apply to all members
+* update `unnecessary_this` to work on field initializers
+
 # 0.1.66
 
 * broadened SDK version constraint
diff --git a/pubspec.yaml b/pubspec.yaml
index c383e9f..9e1e472 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.66
+version: 0.1.67
 
 author: Dart Team <misc@dartlang.org>