File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ 4.2.0] - 2023-06-01
9+
10+ * Added: ZWG for Zimbabwe Gold
11+
812## [ 4.1.0] - 2023-02-28
913
1014* Added: argument type hint for getByCode()
@@ -55,7 +59,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5559
5660* Changed: removed Lithuanian currency.
5761
58- [ Unreleased ] : https://github.com/alcohol/iso4217/compare/4.1.0...HEAD
62+ [ Unreleased ] : https://github.com/alcohol/iso4217/compare/4.2.0...HEAD
63+ [ 4.2.0 ] : https://github.com/alcohol/iso4217/compare/4.1.0...4.2.0
5964[ 4.1.0 ] : https://github.com/alcohol/iso4217/compare/4.0.0...4.1.0
6065[ 4.0.0 ] : https://github.com/alcohol/iso4217/compare/3.1.5...4.0.0
6166[ 3.1.5 ] : https://github.com/alcohol/iso4217/compare/3.1.4...3.1.5
Original file line number Diff line number Diff line change @@ -1328,5 +1328,12 @@ public function getAll(): array
13281328 'exp ' => 2 ,
13291329 'country ' => 'ZM ' ,
13301330 ],
1331+ [
1332+ 'name ' => 'Zimbabwe Gold ' ,
1333+ 'alpha3 ' => 'ZWG ' ,
1334+ 'numeric ' => '924 ' ,
1335+ 'exp ' => 2 ,
1336+ 'country ' => 'ZW ' ,
1337+ ],
13311338 ];
13321339}
You can’t perform that action at this time.
0 commit comments