From cfc56eede4ca7f30af5e44a53275fdcfd695eb4b Mon Sep 17 00:00:00 2001 From: Grigoriy Simonov Date: Tue, 23 Aug 2022 06:18:48 +0000 Subject: [PATCH] chore: update changelog --- --- a/Cargo.lock +++ b/Cargo.lock @@ -5552,7 +5552,7 @@ [[package]] name = "pallet-common" -version = "0.1.5" +version = "0.1.6" dependencies = [ "ethereum", "evm-coder", --- a/pallets/common/CHANGELOG.md +++ b/pallets/common/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.1.6] - 2022-08-16 + +### Added +- New Ethereum API methods: changeOwner, changeOwnerSubstrate and verifyOwnerOrAdminSubstrate. + ## [v0.1.5] 2022-08-16 --- a/pallets/common/Cargo.toml +++ b/pallets/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-common" -version = "0.1.5" +version = "0.1.6" license = "GPLv3" edition = "2021" -- gitstuff