From 498538b4f67050ab7c3b4f6a8a7cf07536415925 Mon Sep 17 00:00:00 2001 From: Qinxuan Chen Date: Mon, 19 Feb 2024 16:14:17 +0800 Subject: [PATCH] chore(bip0039): update changelog (#71) --- bip0039/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bip0039/CHANGELOG.md b/bip0039/CHANGELOG.md index 4814a77..677a127 100644 --- a/bip0039/CHANGELOG.md +++ b/bip0039/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.12.0 [2024-02-19] + +- Update `pbkdf2` to 0.12, bump the MSRV to 1.60+ ([#68]) + +[#68]: https://github.com/koushiro/rust-bips/pull/68 + # Version 0.11.0 [2022-11-22] - Update `pbkdf2` to 0.11, bump the MSRV to 1.57+ ([#47])