diff --git a/contracts/community-sbt/CHANGELOG.md b/contracts/community-sbt/CHANGELOG.md index 2b776ae..6da0104 100644 --- a/contracts/community-sbt/CHANGELOG.md +++ b/contracts/community-sbt/CHANGELOG.md @@ -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 diff --git a/contracts/community-sbt/Cargo.toml b/contracts/community-sbt/Cargo.toml index 7d41fca..abb2a6f 100644 --- a/contracts/community-sbt/Cargo.toml +++ b/contracts/community-sbt/Cargo.toml @@ -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 }