From 1bfc7e02415c5ab3d0f6a3eec416e5d3b8bdd47b Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Wed, 16 Aug 2023 14:51:20 +0200 Subject: [PATCH 1/3] chore: prepare v0.46.15 --- CHANGELOG.md | 2 ++ RELEASE_NOTES.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3e86401617..032c64f3fa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.46.15](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.14) - 2023-08-21 + ### Improvements * (x/gov) [#17387](https://github.com/cosmos/cosmos-sdk/pull/17387) Add `MsgSubmitProposal` `SetMsgs` method. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4577d6ab670a..92162aadb8cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ -# Cosmos SDK v0.46.14 Release Notes +# Cosmos SDK v0.46.15 Release Notes -This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK. Notably, an improvement to ` prune` UX and improving the error handling when there is a snapshot creation failure. +This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK. Notably, . Ensure you have the following replaces in the `go.mod` of your application: @@ -11,6 +11,6 @@ replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.2 replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ``` -Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes. +Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/v0.46.15/CHANGELOG.md) for an exhaustive list of changes. -**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.46.13...v0.46.14 +**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.46.14...v0.46.15 From 9e3dfe3997cf43e037c117746edb83c15ec7d467 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Wed, 16 Aug 2023 14:55:04 +0200 Subject: [PATCH 2/3] add deprecation notice --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 92162aadb8cd..c0a0fc2676ac 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -14,3 +14,8 @@ replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.2021 Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/v0.46.15/CHANGELOG.md) for an exhaustive list of changes. **Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.46.14...v0.46.15 + +## Deprecation Notice + +Get ready for v0.50.0 and start integrating with the next [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.0-rc.0) release. +Once the Eden release is out, as per our [maintenance policy](https://github.com/cosmos/cosmos-sdk/blob/main/RELEASE_PROCESS.md#major-release-maintenance) we will no longer support the v0.46.x line of the Cosmos SDK, apart from critical security fixes. From 050f9ed54f505360ec6fddb9665b142451d75fdc Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 18 Aug 2023 15:12:02 +0200 Subject: [PATCH 3/3] nothing notable --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c0a0fc2676ac..40f7869d8a7c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Cosmos SDK v0.46.15 Release Notes -This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK. Notably, . +This patch release introduces a few bug fixes and improvements to the v0.46.x line of the Cosmos SDK. Ensure you have the following replaces in the `go.mod` of your application: