diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe376a..15ff29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +# v1.1.0 + +- Add optional [zeroize](https://docs.rs/zeroize/latest/zeroize/) support +- Allow word count multiples of three (previously was six) +- Make word list public + # v1.0.1 - Add `Mnemonic::language` getter. diff --git a/Cargo.toml b/Cargo.toml index a322787..1dc8ec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip39" -version = "1.0.1" +version = "1.1.0" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bip39/"