Skip to content

Commit 3ce6e02

Browse files
committed
release 4.2.0 prep
1 parent 349f5ce commit 3ce6e02

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ISO4217.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)