From 8e054576cf615387ed1e800fa63f05551dbed5f6 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Fri, 15 Jul 2022 10:24:59 +0000 Subject: [PATCH] misc: Changelog's added. --- --- a/pallets/refungible/Cargo.toml +++ b/pallets/refungible/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-refungible" -version = "0.1.0" +version = "0.1.1" license = "GPLv3" edition = "2021" --- /dev/null +++ b/pallets/refungible/Changelog.md @@ -0,0 +1,3 @@ +### 0.1.1 +--- +* Added support for properties for RFT collections and tokens. --- a/primitives/data-structs/Cargo.toml +++ b/primitives/data-structs/Cargo.toml @@ -6,7 +6,7 @@ license = 'GPLv3' homepage = "https://unique.network" repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.1.0' +version = '0.1.1' [dependencies] scale-info = { version = "2.0.1", default-features = false, features = [ --- /dev/null +++ b/primitives/data-structs/Changelog.md @@ -0,0 +1,3 @@ +### 0.1.1 +--- +* Added fields with properties to `CreateReFungibleData` and `CreateRefungibleExData`. \ No newline at end of file -- gitstuff