diff --git a/CHANGELOG.md b/CHANGELOG.md index fa797fb..f49fd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.0 - August 19 2025 +- Fix China translation +- Adding flag autofocus + ## 3.3.1 - August 19 2025 - Fix French translation accent display issue - Correct French country name translations (Biélorussie, Koweït, Grenade, etc.) diff --git a/pubspec.yaml b/pubspec.yaml index 56d3407..081bd6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: country_code_picker description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox -version: 3.3.1 +version: 3.4.0 homepage: https://github.com/chandrabezzo/CountryCodePicker repository: https://github.com/chandrabezzo/CountryCodePicker issue_tracker: https://github.com/imtoori/CountryCodePicker/issues