0.1.106
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c055a00..2f364c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.106
+
+* improved docs for `comment_references`
+* fixed `null_closures` to properly handle `Iterable.singleWhere`
+* (internal) migrated to latest analyzer APIs
+* new lint: `no_logic_in_create_state`
+
 # 0.1.105+1
 
 * fixed regressions in `always_require_non_null_named_parameters`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 45fbd9e..4374032 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.105+1';
+const String version = '0.1.106';
diff --git a/pubspec.yaml b/pubspec.yaml
index e12fec9..5a0d5cb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.105+1
+version: 0.1.106
 
 description: >-
   The implementation of the lint rules supported by the analyzer framework.