diff --git a/CHANGELOG.md b/CHANGELOG.md index d87937d..382143c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.1.7 (2023-07-04) + +* bumped package version for next development cycle +* Add a test that we can create random ibans for all countries +* Fix QA to match https://www.swift.com/node/9606 +* Fix QA to match https://www.swift.com/node/9606 +* added CHANGELOG file +* added '--cfg docsrs' to docs.rs config in Cargo.toml + + ## v0.1.6 (2023-04-23) * bumped version for dev diff --git a/Cargo.toml b/Cargo.toml index a29447c..70de0bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "IBAN parsing library" license = "MIT OR Apache-2.0" repository = "https://github.com/JohnPeel/iban" documentation = "https://docs.rs/iban" -version = "0.1.7" +version = "0.1.8" edition = "2021" rust-version = "1.60.0"