From e88e1347e7bfa67739863997e66e656ab8219609 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Wed, 6 Apr 2022 10:27:39 +0900 Subject: [PATCH 1/3] docs: release v2.0.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b9a69a..64ee734b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ TBD +## [v2.0.3](https://github.com/medibloc/panacea-core/releases/tag/v2.0.3) - 2022-04-06 + +### Improvements + +- [\#291](https://github.com/medibloc/panacea-core/pull/291) Use medibloc/cosmos-sdk for min_commission_rate + add upgrade handler + + +- [\#213](https://github.com/medibloc/panacea-core/pull/213) Bump cosmos-sdk to [v0.42.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.9) which fixes a bug that prohibit IBC to create new channels. + ## [v2.0.2](https://github.com/medibloc/panacea-core/releases/tag/v2.0.2) - 2021-09-14 ### Bug fixes From 2452810f407fd76e2c8a004306afa23b31c4fe27 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Wed, 6 Apr 2022 10:29:08 +0900 Subject: [PATCH 2/3] fix --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ee734b..6876d55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,6 @@ TBD - [\#291](https://github.com/medibloc/panacea-core/pull/291) Use medibloc/cosmos-sdk for min_commission_rate + add upgrade handler -- [\#213](https://github.com/medibloc/panacea-core/pull/213) Bump cosmos-sdk to [v0.42.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.9) which fixes a bug that prohibit IBC to create new channels. - -## [v2.0.2](https://github.com/medibloc/panacea-core/releases/tag/v2.0.2) - 2021-09-14 - ### Bug fixes - [\#213](https://github.com/medibloc/panacea-core/pull/213) Bump cosmos-sdk to [v0.42.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.9) which fixes a bug that prohibit IBC to create new channels. From ebb5b8f5460aaf160f05cbc15c5b98dd5dd18243 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Wed, 6 Apr 2022 17:42:03 +0900 Subject: [PATCH 3/3] fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6876d55f..6d45ea34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ TBD ### Improvements -- [\#291](https://github.com/medibloc/panacea-core/pull/291) Use medibloc/cosmos-sdk for min_commission_rate + add upgrade handler +- [\#291](https://github.com/medibloc/panacea-core/pull/291) Use [medibloc/cosmos-sdk@v0.42.11-panacea.1](https://github.com/medibloc/cosmos-sdk/releases/tag/v0.42.11-panacea.1) for `min_commission_rate` + add upgrade handler which sets `min_commission_rate` to 3% ### Bug fixes