From 31a8408cb58fa075a5dd4031626bc8a9b178abd7 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 15 Jul 2024 10:51:44 +0200 Subject: [PATCH] chore: prepare v0.47.13 --- CHANGELOG.md | 3 ++- RELEASE_NOTES.md | 11 ++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764d9437e5d7..203a1a74e528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,10 +37,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.47.13](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.13) - 2024-06-15 + ### Bug Fixes * (client) [#20912](https://github.com/cosmos/cosmos-sdk/pull/20912) Fix `math.LegacyDec` type deserialization in GRPC queries. - * (x/group) [#20750](https://github.com/cosmos/cosmos-sdk/pull/20750) x/group shouldn't claim "orm" error codespace. This prevents any chain Cosmos SDK `v0.47` chain to use the ORM module. ## [v0.47.12](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.12) - 2024-06-10 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eb91d55b12de..3a9c9854d590 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +1,12 @@ -# Cosmos SDK v0.47.12 Release Notes +# Cosmos SDK v0.47.13 Release Notes 💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/6) ## 🚀 Highlights -For this month's patch release of the v0.47.x line, a few bug were fixed in the SDK. -Notably: +For this month's patch release of the v0.47.x line, a few bugs were fixed in the SDK. -* Remove txs from the mempool when they fail in `RecheckTX` - -Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.12/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.11...v0.47.12) from last release. +Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.32/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.12...v0.47.13) from last release. Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.x`. @@ -17,4 +14,4 @@ Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release v0.50 has been released which means the v0.47.x line is now supported for bug fixes only, as per our release policy. Earlier versions are not maintained. -Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.7) and enjoy and the new features and performance improvements. +Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8) and enjoy and the new features and performance improvements.