Bump to v1.2.0 and update changelog
This commit is contained in:
parent
d3c96b1448
commit
1d83393b8d
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
# v1.2.0
|
||||
|
||||
- Add `Mnemonic::parse_in_normalized_without_checksum_check`
|
||||
- Make public `Mnemonic::normalize_utf8_cow`
|
||||
|
||||
# v1.1.0
|
||||
|
||||
- Add zerioze support through a feature (MSRV 1.51)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bip39"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
authors = ["Steven Roose <steven@stevenroose.org>"]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
||||
|
|
Loading…
Reference in New Issue