Skip to content

Commit

Permalink
v1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Najm Njeim committed May 30, 2023
1 parent d5d7636 commit 6c3a63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6c3a63c

Please sign in to comment.