From 5643727ae244776d3fe23e742062eb80728b3da3 Mon Sep 17 00:00:00 2001 From: ducphamle2 Date: Fri, 15 Nov 2024 11:38:25 -0800 Subject: [PATCH] chore: update changelog --- .../bug-fixes/28-cannot-use-ibc-hooks.md | 0 .../29-caller-not-owner-capability.md | 0 .../bug-fixes/30-cant-sign-mode-textual.md | 0 .changelog/{unreleased => v0.50.1}/summary.md | 0 CHANGELOG_ORAI.md | 19 +++++++++++++++++++ README.md | 4 ++++ 6 files changed, 23 insertions(+) rename .changelog/{unreleased => v0.50.1}/bug-fixes/28-cannot-use-ibc-hooks.md (100%) rename .changelog/{unreleased => v0.50.1}/bug-fixes/29-caller-not-owner-capability.md (100%) rename .changelog/{unreleased => v0.50.1}/bug-fixes/30-cant-sign-mode-textual.md (100%) rename .changelog/{unreleased => v0.50.1}/summary.md (100%) diff --git a/.changelog/unreleased/bug-fixes/28-cannot-use-ibc-hooks.md b/.changelog/v0.50.1/bug-fixes/28-cannot-use-ibc-hooks.md similarity index 100% rename from .changelog/unreleased/bug-fixes/28-cannot-use-ibc-hooks.md rename to .changelog/v0.50.1/bug-fixes/28-cannot-use-ibc-hooks.md diff --git a/.changelog/unreleased/bug-fixes/29-caller-not-owner-capability.md b/.changelog/v0.50.1/bug-fixes/29-caller-not-owner-capability.md similarity index 100% rename from .changelog/unreleased/bug-fixes/29-caller-not-owner-capability.md rename to .changelog/v0.50.1/bug-fixes/29-caller-not-owner-capability.md diff --git a/.changelog/unreleased/bug-fixes/30-cant-sign-mode-textual.md b/.changelog/v0.50.1/bug-fixes/30-cant-sign-mode-textual.md similarity index 100% rename from .changelog/unreleased/bug-fixes/30-cant-sign-mode-textual.md rename to .changelog/v0.50.1/bug-fixes/30-cant-sign-mode-textual.md diff --git a/.changelog/unreleased/summary.md b/.changelog/v0.50.1/summary.md similarity index 100% rename from .changelog/unreleased/summary.md rename to .changelog/v0.50.1/summary.md diff --git a/CHANGELOG_ORAI.md b/CHANGELOG_ORAI.md index 04b49b14f7..596f95d013 100644 --- a/CHANGELOG_ORAI.md +++ b/CHANGELOG_ORAI.md @@ -1,5 +1,24 @@ # CHANGELOG +## v0.50.1 + + + +Upgrade Oraichain mainnet to v0.50.1 to fix some IBC and cosmos sdk bugs. + +### BUG FIXES + +- Can't broadcast certain transactions (eg: `slashing unjail`) when using oraid CLI + ([\#30](https://github.com/oraichain/wasmd/issues/30)) +- Cannot use IBC Hooks + ([\#28](https://github.com/oraichain/wasmd/issues/28)) +- ICA module caller does not own capability for channel, port ID + ([\#29](https://github.com/oraichain/wasmd/issues/29)) + ## v0.50.0