diff --git a/CHANGELOG.md b/CHANGELOG.md index e63466e0..312b6d3f 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 7a28ee08..a4b3315b 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 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