diff --git a/CHANGELOG.md b/CHANGELOG.md index f58963a..6d4252f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.5.0 + +- Add ko.json translations +- Remove key in SimpleDialogOption +- Use bottom sheet dialog rather than SimpleDialog + ## 1.4.0 - Move onInit to didUpdateWidget in order to have localized countries diff --git a/pubspec.yaml b/pubspec.yaml index 2ee12b1..8c7cc33 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: 1.4.0 +version: 1.5.0 homepage: https://github.com/imtoori/CountryCodePicker environment: