Skip to content

Commit

Permalink
update readme for #92/#93
Browse files Browse the repository at this point in the history
  • Loading branch information
barend committed May 18, 2023
1 parent 1076a24 commit c27347d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/index.md
Expand Up @@ -113,6 +113,12 @@ Obtain an `IBAN` instance using one of the static factory methods: `valueOf( )`

### Version History

## 1.x.y: unreleased

* Fixes exception when composing IBAN with check digit under 10 ([#92][i92]).

[i92]: https://github.com/barend/java-iban/issues/92

## 1.13.0: 16 September 2022

* All exceptions thrown now extend `IBANException` ([#17][i17])
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -45,12 +45,15 @@
<developers>
<developer>
<name>Barend Garvelink</name>
<email>barend@garvelink.nl</email>
<url>https://github.com/barend</url>
</developer>
</developers>

<contributors>
<contributor>
<name>Daniel Holm</name>
<url>https://github.com/trustlydaniel</url>
</contributor>
<contributor>
<name>Matthias Vill</name>
<url>https://github.com/TheConstructor</url>
Expand Down

0 comments on commit c27347d

Please sign in to comment.