Skip to content

Commit

Permalink
updates README for release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barend committed Nov 21, 2020
1 parent cf8f02c commit e2d8824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Grab a package [from Github][download] or get it from Maven Central:
<dependency>
<groupId>nl.garvelink.oss</groupId>
<artifactId>iban</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
```

#### Gradle

```groovy
dependencies {
compile 'nl.garvelink.oss:iban:1.7.0'
compile 'nl.garvelink.oss:iban:1.8.0'
}
```

Expand Down Expand Up @@ -97,10 +97,11 @@ Obtain an `IBAN` instance using one of the static factory methods: `valueOf( )`

### Version History

#### 1.8.0: unreleased
#### 1.8.0: 21 November 2020
* The `IBAN` class implements `java.io.Serializable` ([#23][i23]). The serialized form should stay valid across library
version updates. There is one obvious backwards-incompatibility: deserializing after a version downgrade, of an IBAN
whose country only exists in the newer version, will fail.
* No updates to reference data.

[i23]:https://github.com/barend/java-iban/issues/23

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/nl/garvelink/iban/IBAN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
meta:
iban_registry_version: 88
last_update: 2020-10-11
last_update: 2020-11-21
ibans:
-
name: Andorra
Expand Down

0 comments on commit e2d8824

Please sign in to comment.