diff --git a/CHANGELOG.md b/CHANGELOG.md index 90949a0..db88382 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `country` will be documented in this file +### 1.1.24 - 2023-04-07 +- As of January 2023, the currency of Croatia changed to Euro @manuelfrans + ### 1.1.23 - 2023-03-20 - As of January 2023, the currency of Croatia changed to Euro @manuelfrans diff --git a/README.md b/README.md index acb2736..9fb212a 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.23? -- Croatia currency changed to EUR. +### What's new in v1.1.24? +- Added Kosovo country name localisation. Upgrades can be done as: - Run `composer update` - Run `php artisan world:refresh`