0.1.86
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e609726..ba05df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.86
+
+* updated `prefer_spread_collections` to ignore calls to `addAll` that could be inlined
+* new lint: `prefer_inlined_adds`
+
 # 0.1.85
 
 * (**BREAKING**) renamed `spread_collections` to `prefer_spread_collections`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index d1beb8a..cf1dffe 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.85';
+const String version = '0.1.86';
diff --git a/pubspec.yaml b/pubspec.yaml
index d66f595..39e3ce3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.85
+version: 0.1.86
 
 author: Dart Team <misc@dartlang.org>