Make a 0.15.1 version of Intl

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=159151668
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e63466e..312b6d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 0.15.1
  * Use the platform.locale API to get the OS platform.
+ * Convert to use package:test
 
 ## 0.15.0
  * Fix compactCurrency to correctly use passed-in symbol.
diff --git a/pubspec.yaml b/pubspec.yaml
index 7a28ee0..a4b3315 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: intl
-version: 0.15.1-dev
+version: 0.15.1
 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