From 1d83393b8d49177bafa2f98fbf2ec1f9325d8a4c Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Sun, 26 Feb 2023 18:37:01 +0000 Subject: [PATCH] Bump to v1.2.0 and update changelog --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9789447..ad03ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 5367452..0d8193e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip39" -version = "1.1.0" +version = "1.2.0" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bip39/"