Skip to content

Commit

Permalink
registry/v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Oct 8, 2023
1 parent d04bd29 commit aecc7cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.

11 changes: 10 additions & 1 deletion contracts/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,20 @@ Change log entries are to be added to the Unreleased section. Example entry:

### Features

### Breaking Changes

### Bug Fixes

## v1.6.0 (2023-10-08)

### Features

- New `GovBan` flag. Reserved for accounts with a history of misconduct, limiting their governance role while maintaining their voting rights as valued members of the Voting Body.
- `sbt_revoke_by_owner` returns true if the issuer should continue to call the method to revoke all tokens. Otherwise the function return false. Moreover, the method has been improved and optimized.

### Breaking Changes

### Bug Fixes
- `sbt_mint` will set `issue_at` to the current time in milliseconds, if the value was not provided.

## v1.5.0 (2023-09-07)

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.5.0"
version = "1.6.0"
authors = ["Robert Zaremba 'https://zaremba.ch/'"]
edition = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit aecc7cd

Please sign in to comment.