diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03ebe..f5ba688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +# v2.0.0 + +- Set Rust edition to 2018 +- Make `rand` and `rand_core` dependencies more flexible + - Increase maximum version in constraint + - Make `rand_core` optional too + - Expose both crates +- Bump MSRV to 1.41.1 + # v1.2.0 - Add `Mnemonic::parse_in_normalized_without_checksum_check` diff --git a/Cargo.toml b/Cargo.toml index 7797832..c092b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip39" -version = "1.2.0" +version = "2.0.0" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bip39/"