Remove the 2.0.0-dev.infinity constraint on intl and intl_translation

Also removes from moeconfig.json the now-obsolete useHtmlConfig substitution needed when using unittest.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169748448
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbf2563..33b2a9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,5 @@
 ## 0.15.2
  * Group the padding digits to the left of the number, if present. e.g. 00,001.
- * Update the SDK constraint for Dart 2.0 dev versions.
  * Tweak lookup code to support translated messages as JSON rather than code.
 
 ## 0.15.1
diff --git a/pubspec.yaml b/pubspec.yaml
index fd43467..1a70bd7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@
 description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
 homepage: https://github.com/dart-lang/intl
 environment:
-  sdk: '>=1.24.0 <2.0.0-dev.infinity'
+  sdk: '>=1.24.0 <2.0.0'
 documentation: http://www.dartdocs.org/documentation/intl/latest
 dependencies:
   path: '>=0.9.0 <2.0.0'