From b24c77c3dfe4491a34d9049c40167a09c31502d0 Mon Sep 17 00:00:00 2001 From: Grigoriy Simonov Date: Thu, 04 Aug 2022 12:29:44 +0000 Subject: [PATCH] chore: changelog and version --- --- 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", --- a/pallets/fungible/CHANGELOG.md +++ b/pallets/fungible/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2022-08-04 + +### Fixed + + - Issue with ItemCreated event containing total supply of tokens instead minted amount + ## [0.1.1] - 2022-07-14 ### Added --- 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" -- gitstuff