From 15c25a70fd038b4f35b84a8e675471c859259f77 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Thu, 25 Jan 2024 11:27:05 +0100 Subject: [PATCH] community-sbt v5.0.0 release --- contracts/community-sbt/CHANGELOG.md | 9 +++++++-- contracts/community-sbt/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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 }