diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b9b63..835ff59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.0.1 + +### Bug fixes + +* Corrected country detection when parsing phone numbers. +* Update constraints to Flutter 3.32 +* Update constraints to Dart 3.8 + ## 3.0.0 ### BREAKING CHANGES diff --git a/pubspec.yaml b/pubspec.yaml index 3715074..4f1806b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_builder_phone_field description: International phone number field for FlutterFormBuilder package -version: 3.0.0 +version: 3.0.1 repository: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues homepage: https://github.com/flutter-form-builder-ecosystem