From 253dc003af14759ad658c7b065877c970f156ee3 Mon Sep 17 00:00:00 2001 From: William Chong Date: Wed, 17 May 2023 17:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20for=20v4.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aa3294d..8afe0745a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v4.0.0](https://github.com/likecoin/likecoin-chain/releases/v4.0.0) + +- Upgrade cosmos-sdk to 0.46.12 +- Upgrade ibc-go to 5.2.0 +- Remove x/nft backport +- Add `full_pay_to_royalty` flag to sell NFT event +- Add deterministic ISCN ID when creating ISCN +- Add custom authz message in iscn and likenft module +- Add feegrant in iscn and likenft module messages + ## [v3.1.1](https://github.com/likecoin/likecoin-chain/releases/v3.1.1) - Upgrade cosmos-sdk to 0.45.11