From f96197471cb894e1a5a08caa4e9393703e5b8d1b Mon Sep 17 00:00:00 2001 From: Vlad Semenov Date: Tue, 11 Jul 2023 11:29:23 +0300 Subject: [PATCH] fix changes (#489) --- .changes/bump-crypto-0.22.1.md | 8 ++++++++ .changes/pre.json | 1 + .changes/secp256k1.md | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .changes/bump-crypto-0.22.1.md diff --git a/.changes/bump-crypto-0.22.1.md b/.changes/bump-crypto-0.22.1.md new file mode 100644 index 000000000..240ebe0ca --- /dev/null +++ b/.changes/bump-crypto-0.22.1.md @@ -0,0 +1,8 @@ +--- +"iota-stronghold": patch +"stronghold-engine": patch +"stronghold-runtime": patch +--- + +Added support for Secp256k1 ECDSA with SHA256/Keccak256 variants. +Bump `iota-crypto` version to 0.22.1. diff --git a/.changes/pre.json b/.changes/pre.json index c5972550c..aba7b5b27 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,6 +1,7 @@ { "tag": "rc", "changes": [ + ".changes/secp256k1.md", ".changes/snapshot-migration-v3age-zeroize.md", ".changes/snapshot_encrypt_work_factor.md" ] diff --git a/.changes/secp256k1.md b/.changes/secp256k1.md index 8d9655180..09247b2f2 100644 --- a/.changes/secp256k1.md +++ b/.changes/secp256k1.md @@ -4,5 +4,5 @@ "stronghold-runtime": major --- -Secp256k1 ECDSA with SHA256/Keccak256 + SLIP-10 support added. -Bump `iota-crypto` version to 0.22.1. +Secp256k1 ECDSA + SLIP-10 support added. +Bump `iota-crypto` version to 0.21.2.