difftreelog
chore update version
in: master
3 files changed
Cargo.lockdiffbeforeafterboth632063206321[[package]]6321[[package]]6322name = "pallet-refungible"6322name = "pallet-refungible"6323version = "0.1.2"6323version = "0.1.3"6324dependencies = [6324dependencies = [6325 "ethereum",6325 "ethereum",6326 "evm-coder",6326 "evm-coder",pallets/refungible/CHANGELOG.mddiffbeforeafterboth--- a/pallets/refungible/CHANGELOG.md
+++ b/pallets/refungible/CHANGELOG.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
+## [v0.1.3] - 2022-07-27
+
+### Other changes
+
+feat(refungible-pallet): ERC-721 EVM API ([#452](https://github.com/UniqueNetwork/unique-chain/pull/452))
+
## [v0.1.2] - 2022-07-14
### Other changes
pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-refungible"
-version = "0.1.2"
+version = "0.1.3"
license = "GPLv3"
edition = "2021"