difftreelog
chore update changelog
in: master
3 files changed
Cargo.lockdiffbeforeafterboth555255525553[[package]]5553[[package]]5554name = "pallet-common"5554name = "pallet-common"5555version = "0.1.5"5555version = "0.1.6"5556dependencies = [5556dependencies = [5557 "ethereum",5557 "ethereum",5558 "evm-coder",5558 "evm-coder",pallets/common/CHANGELOG.mddiffbeforeafterboth--- 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.
+
<!-- bureaucrate goes here -->
## [v0.1.5] 2022-08-16
pallets/common/Cargo.tomldiffbeforeafterboth--- 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"