difftreelog
chore changelog and version
in: master
3 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5944,7 +5944,7 @@
[[package]]
name = "pallet-fungible"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"ethereum",
"evm-coder",
pallets/fungible/CHANGELOG.mddiffbeforeafterboth1# Change Log23All notable changes to this project will be documented in this file.45## [0.1.1] - 2022-07-1467### Added89 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.10 This was an internal request to improve the web interface and support fractionalization event. 11 12 13 1# Change Log23All notable changes to this project will be documented in this file.45## [0.1.2] - 2022-08-0467### Fixed89 - Issue with ItemCreated event containing total supply of tokens instead minted amount1011## [0.1.1] - 2022-07-141213### Added1415 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.16 This was an internal request to improve the web interface and support fractionalization event. 17 18 19 pallets/fungible/Cargo.tomldiffbeforeafterboth--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-fungible"
-version = "0.1.1"
+version = "0.1.2"
license = "GPLv3"
edition = "2021"