Publish a 0.12.7 version of Intl
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=114267755
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7837915..fdb63e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
  * Add a transformer to automatically add the "name" and "args" parameters to
    Intl.message and related calls. This removes a lot of tedious repetition.
  * Fix typo in README.
+ * Make Intl strong-mode compatible.
 
 ## 0.12.6
   * Update links in README.md to point to current dartdocs.
diff --git a/pubspec.yaml b/pubspec.yaml
index 03a6c9f..36833af 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: intl
-version: 0.12.7-dev
+version: 0.12.7
 author: Dart Team <misc@dartlang.org>
 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