Update analyzer dependency upper bound to <0.28.0
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109908074
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6f88c5..6e77568 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
   * Provide a better error message for some cases of bad parameters
     to plural/gender/select messages.
 
+## 0.12.4+3
+  * update analyzer to '<0.28.0' and fixnum to '<0.11.0'
+
 ## 0.12.4+2
   * update analyzer to '<0.27.0'
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 6c58b37..a4187d0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@
   sdk: '>=1.4.0 <2.0.0'
 documentation: http://www.dartdocs.org/documentation/intl/latest
 dependencies:
-  analyzer: '>=0.13.2 <0.27.0'
+  analyzer: '>=0.13.2 <0.28.0'
   args: '>=0.12.1 <0.14.0'
   path: '>=0.9.0 <2.0.0'
   petitparser: '>=1.1.3 <2.0.0'