diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a126a..42f17db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [dev] +## [5.0.1] - 2020-11-30 + +- Remove foreign property breaking types ([ccd870](https://github.com/chainsafe/bls/commit/ccd870)) +- Deduplicate interface ([0bf6e9](https://github.com/chainsafe/bls/commit/0bf6e9)) +- Deprecate IKeypair ([293286](https://github.com/chainsafe/bls/commit/293286)) + ## [5.0.0] - 2020-11-30 ### BREAKING CHANGES diff --git a/package.json b/package.json index 9c40fd5..ce47294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/bls", - "version": "5.0.0", + "version": "5.0.1", "description": "Implementation of bls signature verification for ethereum 2.0", "main": "lib/index.js", "types": "lib/index.d.ts",