Bump to v1.2.0 and update changelog

This commit is contained in:
Steven Roose 2023-02-26 18:37:01 +00:00
parent d3c96b1448
commit 1d83393b8d
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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/"