From 86792ee65e76e250aa0c5565511cc5094e3232ab Mon Sep 17 00:00:00 2001 From: Cayman Date: Mon, 9 May 2022 10:36:08 -0500 Subject: [PATCH] v7.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58a6d8..bc6b344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.1.0] - 2022-05-09 + +### Features + +- add errors and constants to exports [#128](https://github.com/ChainSafe/bls/pull/128) + ## [7.0.0] - 2022-05-05 ### BREAKING CHANGES diff --git a/package.json b/package.json index 54b4731..0c6a2b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/bls", - "version": "7.0.0", + "version": "7.1.0", "description": "Implementation of bls signature verification for ethereum 2.0", "engines": { "node": ">=14.8.0"