Skip to content

Commit

Permalink
registry: v1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Nov 3, 2023
1 parent db686fc commit a427fab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions contracts/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contracts/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit a427fab

Please sign in to comment.