diff --git a/CHANGELOG.md b/CHANGELOG.md index db88382..6ac32fb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `country` will be documented in this file +### 1.1.25 - 2023-05-30 +- Improved seeder performance @mrmmg + ### 1.1.24 - 2023-04-07 - As of January 2023, the currency of Croatia changed to Euro @manuelfrans diff --git a/README.md b/README.md index 9fb212a..ebfd7d2 100755 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ php artisan migrate php artisan db:seed --class=WorldSeeder (requires ~15min) ``` -### What's new in v1.1.24? -- Added Kosovo country name localisation. +### What's new in v1.1.25? +- Improved seeder performance. Upgrades can be done as: - Run `composer update` - Run `php artisan world:refresh`