From 69f7ed61adfe8eb4cec2a20de013d9b8e8242233 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 8 Sep 2023 13:56:08 +0900 Subject: [PATCH] chore: update changelog for finschia-sdk v0.47.3 (#1118) --- CHANGELOG.md | 10 +--------- RELEASE_CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c179fda5eb..2f04c76df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,26 +36,18 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.47.2...HEAD) +## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.47.3...HEAD) ### Features ### Improvements ### Bug Fixes -* (x/foundation) [\#1061](https://github.com/Finschia/finschia-sdk/pull/1061) Make x/foundation MsgExec propagate events (backport #1053) -* (baseapp) [\#1075](https://github.com/cosmos/cosmos-sdk/pull/1075) Add `events.GetAttributes` and `event.GetAttribute` methods to simplify the retrieval of an attribute from event(s) (backport cosmos/cosmos-sdk#14356) -* (baseapp) [\#1079](https://github.com/cosmos/cosmos-sdk/pull/1079) Do not add `module` attribute in case of ibc messages ### Removed ### Breaking Changes -### Event Breaking Changes -* (refactor) [\#1063](https://github.com/Finschia/finschia-sdk/pull/1063) Automate EventTypeMessage inclusion in every message execution (backport cosmos/cosmos-sdk#13532) -* (x/bank) [#1066](https://github.com/Finschia/finschia-sdk/pull/1066) Remove message events including `sender` attribute whose information is already present in the relevant events (backport cosmos/cosmos#17273) - ### Build, CI ### Document Updates -* (docs) [\#1081](https://github.com/Finschia/finschia-sdk/pull/1081) Document default events diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 9e1f4f7bd4..65c2818886 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v0.47.3](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.3) - 2023-09-08 + +### Bug Fixes +* (x/foundation) [\#1061](https://github.com/Finschia/finschia-sdk/pull/1061) Make x/foundation MsgExec propagate events (backport #1053) +* (baseapp) [\#1075](https://github.com/cosmos/cosmos-sdk/pull/1075) Add `events.GetAttributes` and `event.GetAttribute` methods to simplify the retrieval of an attribute from event(s) (backport cosmos/cosmos-sdk#14356) +* (baseapp) [\#1079](https://github.com/cosmos/cosmos-sdk/pull/1079) Do not add `module` attribute in case of ibc messages + +### Event Breaking Changes +* (refactor) [\#1063](https://github.com/Finschia/finschia-sdk/pull/1063) Automate EventTypeMessage inclusion in every message execution (backport cosmos/cosmos-sdk#13532) +* (x/bank) [#1066](https://github.com/Finschia/finschia-sdk/pull/1066) Remove message events including `sender` attribute whose information is already present in the relevant events (backport cosmos/cosmos#17273) + +### Document Updates +* (docs) [\#1081](https://github.com/Finschia/finschia-sdk/pull/1081) Document default events + + ## [v0.47.2](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.2) - 2023-07-18 ### Features