Merge pull request #16 from dart-lang/analyzer

update to analyzer <=0.26.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2de6e50..87ae9a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+#### 0.11.4
+  * Update to analyzer <=0.26.0.
+
 #### 0.11.3+1
   * Fix bootstrap to return the result of the original main.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index c19b4dc..9a401a3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: web_components
-version: 0.11.3+1
+version: 0.11.4
 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
 homepage: https://www.dartlang.org/polymer-dart/
 description: >
@@ -10,7 +10,7 @@
   elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
   bundle code and HTML as if they were libraries.
 dependencies:
-  analyzer: '>=0.22.4 <0.25.0'
+  analyzer: '>=0.22.4 <0.26.0'
   barback: '>=0.14.2 <0.16.0'
   code_transformers: '^0.2.7'
   html: '^0.12.0'