diff --git a/contracts/Cargo.lock b/contracts/Cargo.lock index 40f0214..5744ada 100644 --- a/contracts/Cargo.lock +++ b/contracts/Cargo.lock @@ -3372,7 +3372,7 @@ checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33" [[package]] name = "registry" -version = "1.6.0" +version = "1.7.0" dependencies = [ "anyhow", "cost", diff --git a/contracts/registry/CHANGELOG.md b/contracts/registry/CHANGELOG.md index 2224acb..ac8de0f 100644 --- a/contracts/registry/CHANGELOG.md +++ b/contracts/registry/CHANGELOG.md @@ -21,6 +21,14 @@ Change log entries are to be added to the Unreleased section. Example entry: ### Features +### Breaking Changes + +### Bug Fixes + +## v1.7.0 (2023-11-02) + +### Features + - Added `authorized_flaggers` query. - Added `admin_add_authorized_flagger` method. - added `is_human_call_lock` method: allows dapp to lock an account for soul transfers and calls a recipient contract when the predecessor has a proof of personhood. @@ -30,8 +38,6 @@ Change log entries are to be added to the Unreleased section. Example entry: - New contract field: `transfer_lock`. - `sbt_soul_transfer` will fail if an account has an active transfer lock. -### Bug Fixes - ## v1.6.0 (2023-10-08) ### Features diff --git a/contracts/registry/Cargo.toml b/contracts/registry/Cargo.toml index a5e290c..010a8d8 100644 --- a/contracts/registry/Cargo.toml +++ b/contracts/registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry" -version = "1.6.0" +version = "1.7.0" authors = ["Robert Zaremba 'https://zaremba.ch/'"] edition = { workspace = true } repository = { workspace = true }