0.1.92
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25f3d7e..a4745ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.92
+
+* improved `prefer_collection_literals` to better handle `LinkedHashSet`s and `LinkedHashMap`s
+* updates to the Effective Dart rule set
+* updated `prefer_final_fields` to be more inclusive
+* miscellaneous documentation fixes
+
 # 0.1.91
 
 * fixed missed cases in `prefer_const_constructors`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index da59a8b..5028f6c 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.91';
+const String version = '0.1.92';
diff --git a/pubspec.yaml b/pubspec.yaml
index b1a0c9c..c5e90be 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.91
+version: 0.1.92
 
 author: Dart Team <misc@dartlang.org>