From 19354c8a6c5746e3c3ecbbff7cbf5393363a073d Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Thu, 23 Feb 2023 03:35:12 +0000 Subject: [PATCH] Update CHANGELOG and bump to v1.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe376a..9789447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +# v1.1.0 + +- Add zerioze support through a feature (MSRV 1.51) +- Allow word count multiples of 3 instead of 6 +- Add support for no-std usage +- Expose `Language::word_list` and `Language::find_word` methods + # v1.0.1 - Add `Mnemonic::language` getter. diff --git a/Cargo.toml b/Cargo.toml index 4dd823b..5367452 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/"