From c17501e7b891b031ec9d39ae389d2a96b7b3990c Mon Sep 17 00:00:00 2001 From: aofengli Date: Tue, 15 Nov 2022 13:56:02 +0800 Subject: [PATCH] update changelog (#320) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abb2229..c0d963dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v1.7.0] - 2022-11-15 ### Bug Fixes * [\#304](https://github.com/irisnet/irismod/pull/304) Fix nft module import error. @@ -45,7 +46,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements * [\#305](https://github.com/irisnet/irismod/pull/305) Remove ibc-go from project. -* [\#306](https://github.com/irisnet/irismod/pull/306) Bump up cosmos-sdk to v0.46.1. +* [\#319](https://github.com/irisnet/irismod/pull/319) Bump up cosmos-sdk to v0.46.4. * [\#307](https://github.com/irisnet/irismod/pull/307) Refactor proto-gen with docker. * [\#308](https://github.com/irisnet/irismod/pull/308) Coinswap module adds unilateral injection liquidity function. * [\#309](https://github.com/irisnet/irismod/pull/309) Refactor nft with cosmos-sdk nft module.