diff --git a/packages/sealed_countries/CHANGELOG.md b/packages/sealed_countries/CHANGELOG.md index 3907a04f..42b9a8b0 100644 --- a/packages/sealed_countries/CHANGELOG.md +++ b/packages/sealed_countries/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.5.1 + +NEW FEATURES + +- Updated postal code pattern a format for Paraguay. +- Updated International Olympic Committee (IOC) country code for Bahrain. +- Improvements of `toString()` method implementations in models and addressing new lints + DCM reports. +- Added "polski" to the [Polish](https://github.com/tsinis/sealed_world/issues/221) language `namesNative` array. + ## 1.5.0 > This is the last minor version update with significant changes for some time. The next steps will be patches at most. Currently working on v2.0.0 which will bring new data and a big feature there, very likely without breaking the existing API. diff --git a/packages/sealed_countries/pubspec.yaml b/packages/sealed_countries/pubspec.yaml index ca615734..d238abe6 100644 --- a/packages/sealed_countries/pubspec.yaml +++ b/packages/sealed_countries/pubspec.yaml @@ -1,4 +1,4 @@ -version: 1.5.0 +version: 1.5.1 name: sealed_countries description: Provides data for world countries in the form of sealed classes. maintainer: Roman Cinis @@ -21,7 +21,7 @@ environment: sdk: ^3.0.0 dependencies: - sealed_currencies: ^1.5.0 + sealed_currencies: ^1.5.1 dev_dependencies: _sealed_world_tests: