From 251f37c07bb640126e285f3d90679a1879a9fa70 Mon Sep 17 00:00:00 2001 From: koushiro Date: Mon, 19 Feb 2024 15:59:04 +0800 Subject: [PATCH] chore(bip0039): update changelog --- 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])