diff --git a/CHANGELOG.md b/CHANGELOG.md index 945fc9ae..8e771355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 11.1.2 + +- Update intl constraints to allow versions until 0.21.0 + ## 11.1.1 - Fix issue when build fails due to missing l10n files diff --git a/pubspec.yaml b/pubspec.yaml index 4ec46c64..19abe833 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_builder_validators description: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own. -version: 11.1.1 +version: 11.1.2 repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues homepage: https://github.com/flutter-form-builder-ecosystem