diff --git a/contracts/Cargo.lock b/contracts/Cargo.lock index cbec52c..4416bb8 100644 --- a/contracts/Cargo.lock +++ b/contracts/Cargo.lock @@ -3372,7 +3372,7 @@ checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" [[package]] name = "registry" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "cost", diff --git a/contracts/registry/CHANGELOG.md b/contracts/registry/CHANGELOG.md index 0152b22..86a8b22 100644 --- a/contracts/registry/CHANGELOG.md +++ b/contracts/registry/CHANGELOG.md @@ -21,12 +21,16 @@ Change log entries are to be added to the Unreleased section. Example entry: ### Features -- New `is_human_bool` function. Returns `true` if an account is considered human, and `false` otherwise. We do not recommend using this function. You SHOULD use `is_human` instead. Returning bool may create wrong practices. Humanity will be a metric, not a true/false. Each "client" should have his own criteria and asses the humanity proof (e.g. check for KYC SBTs, liveness, ...). - ### Breaking Changes ### Bug Fixes +## v1.8.0 (2024-01-30) + +### Features + +- New `is_human_bool` function. Returns `true` if an account is considered human, and `false` otherwise. We do not recommend using this function. You SHOULD use `is_human` instead. Returning bool may create wrong practices. Humanity will be a metric, not a true/false. Each "client" should have his own criteria and asses the humanity proof (e.g. check for KYC SBTs, liveness, ...). + ## v1.7.0 (2023-11-02) ### Features diff --git a/contracts/registry/Cargo.toml b/contracts/registry/Cargo.toml index 010a8d8..cc0a2d7 100644 --- a/contracts/registry/Cargo.toml +++ b/contracts/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry" -version = "1.7.0" +version = "1.8.0" authors = ["Robert Zaremba 'https://zaremba.ch/'"] edition = { workspace = true } repository = { workspace = true }