Skip to content

Commit

Permalink
release 4.2.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jul 1, 2024
1 parent 349f5ce commit 3ce6e02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.2.0] - 2023-06-01

* Added: ZWG for Zimbabwe Gold

## [4.1.0] - 2023-02-28

* Added: argument type hint for getByCode()
Expand Down Expand Up @@ -55,7 +59,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Changed: removed Lithuanian currency.

[Unreleased]: https://github.com/alcohol/iso4217/compare/4.1.0...HEAD
[Unreleased]: https://github.com/alcohol/iso4217/compare/4.2.0...HEAD
[4.2.0]: https://github.com/alcohol/iso4217/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/alcohol/iso4217/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/alcohol/iso4217/compare/3.1.5...4.0.0
[3.1.5]: https://github.com/alcohol/iso4217/compare/3.1.4...3.1.5
Expand Down
7 changes: 7 additions & 0 deletions ISO4217.php
Original file line number Diff line number Diff line change
Expand Up @@ -1328,5 +1328,12 @@ public function getAll(): array
'exp' => 2,
'country' => 'ZM',
],
[
'name' => 'Zimbabwe Gold',
'alpha3' => 'ZWG',
'numeric' => '924',
'exp' => 2,
'country' => 'ZW',
],
];
}

0 comments on commit 3ce6e02

Please sign in to comment.