Skip to content

Commit

Permalink
Prepare release 1.8.3 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl authored Dec 9, 2022
1 parent 32558a0 commit a940f5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [Version 1.8.3](https://github.com/jschaedl/iban-validation/releases/tag/v1.8.3)

Released on December 9th 2023

### Fixed

* Fixed https://github.com/jschaedl/iban-validation/issues/77. Thanks to [@jschaedl](https://github.com/jschaedl)!

---

## [Version 1.8.2](https://github.com/jschaedl/iban-validation/releases/tag/v1.8.2)

Released on March 7th 2022
Expand Down
2 changes: 0 additions & 2 deletions Tests/Swift/RegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
use Iban\Validation\Swift\Exception\UnsupportedCountryCodeException;
use Iban\Validation\Swift\PhpRegistryLoader;
use Iban\Validation\Swift\Registry;
use Iban\Validation\Swift\RegistryLoader;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Yaml\Yaml;

final class RegistryTest extends TestCase
{
Expand Down

0 comments on commit a940f5e

Please sign in to comment.