Skip to content

Commit

Permalink
up version to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiminc committed May 21, 2023
1 parent 78def1e commit e273284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -38,7 +38,7 @@ This release introduces new feature to generate BLS signatures with a validator'
operators: [
{
id: ...,
operatorPublicKey: '...',
operatorKey: '...',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion dist/tsc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e273284

Please sign in to comment.