diff --git a/CHANGELOG.md b/CHANGELOG.md index 6882d55..2ecec8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.3.0 - March 26 2025 +- Fix localization, typo, and flag issue #51 thanks to @MrRoy121 + ## 3.2.0 - January 31 2025 - Add country code picker style #6 - Remove Special Character #37 diff --git a/pubspec.yaml b/pubspec.yaml index a654d70..c274e60 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.2.0 +version: 3.3.0 homepage: https://github.com/chandrabezzo/CountryCodePicker repository: https://github.com/chandrabezzo/CountryCodePicker issue_tracker: https://github.com/imtoori/CountryCodePicker/issues