diff --git a/RELEASES.md b/RELEASES.md index 8a86c7a..fca78b9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Release v0.0.19 - 2023-05-19 +# Release v0.0.20 - 2023-05-19 This release introduces new feature to generate BLS signatures with a validator's private key for improved security. @@ -38,7 +38,7 @@ This release introduces new feature to generate BLS signatures with a validator' operators: [ { id: ..., - operatorPublicKey: '...', + operatorKey: '...', }, ], }, diff --git a/dist/tsc/package.json b/dist/tsc/package.json index c63b64f..ea1ce62 100644 --- a/dist/tsc/package.json +++ b/dist/tsc/package.json @@ -1,6 +1,6 @@ { "name": "ssv-keys", - "version": "0.0.19", + "version": "0.0.20", "description": "Library to split a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them to a set of operator keys.", "author": "SSV.Network", "repository": "https://github.com/bloxapp/ssv-keys", diff --git a/package.json b/package.json index 9d12e71..94c2854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssv-keys", - "version": "0.0.19", + "version": "0.0.20", "description": "Library to split a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them to a set of operator keys.", "author": "SSV.Network", "repository": "https://github.com/bloxapp/ssv-keys",