Update CHANGELOG and bump to v1.1.0

This commit is contained in:
Steven Roose 2023-02-23 03:35:12 +00:00
parent b668d05856
commit 19354c8a6c
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
[package]
name = "bip39"
version = "1.0.1"
version = "1.1.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"