Skip to content

Commit 474160e

Browse files
authored
Merge pull request #108 from g11tech/v6.0.3
release 6.0.3
2 parents dae5bb6 + 97d0047 commit 474160e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [dev]
99

10+
## [6.0.3] - 2021-09-25
11+
12+
- bls-eth-wasm (herumi) package update to 0.4.8 for invalidating signature not in G2 [#106](https://github.com/ChainSafe/bls/pull/106)
13+
- Signature.fromBytes now has default verification on [#106](https://github.com/ChainSafe/bls/pull/106)
14+
15+
1016
## [6.0.2] - 2021-08-23
1117

1218
- Add register script [#102](https://github.com/ChainSafe/bls/pull/102)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/bls",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Implementation of bls signature verification for ethereum 2.0",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)