update to analyzer <=0.26.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 838654f..5b8d4c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.1
+
+* Update to analyzer `<=0.26.0`.
+
 ## 0.6.0+5
 
 * Fix bootstrap files to return the result of the original main.
diff --git a/pubspec.yaml b/pubspec.yaml
index 2731ed5..4454681 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: initialize
-version: 0.6.0+5
+version: 0.6.1
 author: Polymer.dart Authors <web@dartlang.org>
 description: Generic building blocks for doing static initialization.
 homepage: https://github.com/dart-lang/initialize
 dependencies:
-  analyzer: '>=0.15.6 <0.25.0'
+  analyzer: '>=0.15.6 <0.26.0'
   barback: '>=0.14.2 <0.16.0'
   code_transformers: '>=0.2.7 <0.3.0'
   dart_style: '>=0.1.3 <0.2.0'