diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c16ff..033ca8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.9.0 + +- Added support for intl 0.20.2 + ## 0.8.3 - Version bump diff --git a/pubspec.yaml b/pubspec.yaml index 5fc292c..5e7ef9a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arb_utils description: A set of tools to work with .arb files (the preferred Dart way of dealing with i18n/l10n/translations) -version: 0.8.3 +version: 0.9.0 repository: https://github.com/Rodsevich/arb_utils homepage: https://gitlab.com/Rodsevich/arb_utils @@ -12,7 +12,7 @@ dependencies: sdk: flutter args: ^2.4.2 collection: ^1.18.0 - intl: ">=0.18.0 <0.20.0" + intl: ">=0.18.0 <0.21.0" intl_utils: ^2.8.7 shared_preferences: ^2.2.2 dcli: ^6.0.5