From 9c0e0714059520386de153201f2dcdd9cb4f31a9 Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:53:31 +0200 Subject: [PATCH] v6.0.1 Release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ec589..f1a7919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [dev] +## [6.0.1] - 2021-04-05 + +- Add validate key option to PublicKey.fromBytes() [#90](https://github.com/ChainSafe/bls/pull/90) + ## [6.0.0] - 2021-04-05 - Allow to export points compressed and uncompressed [#85](https://github.com/ChainSafe/bls/pull/85) diff --git a/package.json b/package.json index c9d4b12..375d1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/bls", - "version": "6.0.0", + "version": "6.0.1", "description": "Implementation of bls signature verification for ethereum 2.0", "main": "lib/index.js", "types": "lib/index.d.ts",