0.1.84
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6804d..42fcadf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.1.84
+
+* new lint: `spread_collections`
+* (internal) update to analyzer 0.36.0 APIs
+* new lint: `prefer_asserts_with_message`
+
 # 0.1.83
 
 * updated `file_names` to skip prefixed-extension Dart files (e.g., `.css.dart`, `.g.dart`)
diff --git a/pubspec.yaml b/pubspec.yaml
index 94a4b30..013de21 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.83
+version: 0.1.84
 
 author: Dart Team <misc@dartlang.org>