diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1e12e..1b56c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,10 @@ This file contains a centralizes a trace of all published crate versions, with their changes in short. +## [multiversx-bls 0.2.0] - 2025-09-16 + +- Adds new functionality to the `SecretKey` type: `is_zero` and `is_valid`. This allows users to check if a secret key is valid or zero + ## [multiversx-bls 0.1.0] - 2025-09-04 + - First version, forked from `herumi/bls-eth-rust`, but completely reworked. diff --git a/Cargo.toml b/Cargo.toml index 6fe753a..00cda22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multiversx-bls" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["MultiversX "]