Skip to content

Commit

Permalink
community-sbt v5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jan 25, 2024
1 parent c527c7d commit 15c25a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions contracts/community-sbt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ Change log entries are to be added to the Unreleased section. Example entry:

### Breaking Changes

- The registry method `sbt_revoke_by_owner` now returns `boolean` indicating if all the tokens were revoked. `true` if all the tokens were revoked succesfully or `false` if not and the method needs to be called agian.

### Bug Fixes

## v5.0.0 (2024-01-25)

### Breaking Changes

- The registry method `sbt_revoke_by_owner` now returns `boolean` indicating if all the tokens were revoked. `true` if all the tokens were revoked successfully or `false` if not and the method needs to be called again.
- `class_metadata` has been renamed to `sbt_class_metadata` to unify the SBT Issuer interface.

## v4.3.0 (2023-09-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion contracts/community-sbt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "community-sbt"
version = "4.3.0"
version = "5.0.0"
authors = ["Robert Zaremba 'https://zaremba.ch/'"]
edition = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 15c25a7

Please sign in to comment.