From 751bf9bbd3b13e9f86ce2aa6da02305be096ef35 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Thu, 4 Aug 2022 13:29:15 +0200 Subject: [PATCH 1/2] prepare for release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007c7ad7c178..d99a2eb52622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,9 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## Unreleased + +## v0.45.7 - 2022-08-04 ### Features @@ -46,6 +48,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (x/params) [#12724](https://github.com/cosmos/cosmos-sdk/pull/12724) Add `GetParamSetIfExists` function to params `Subspace` to prevent panics on breaking changes. * [#12668](https://github.com/cosmos/cosmos-sdk/pull/12668) Add `authz_msg_index` event attribute to message events emitted when executing via `MsgExec` through `x/authz`. * [#12697](https://github.com/cosmos/cosmos-sdk/pull/12697) Upgrade IAVL to v0.19.0 with fast index and error propagation. NOTE: first start will take a while to propagate into new model. + - Note: after upgrading to this version it may take up to 15 minutes to migrate from 0.17 to 0.19. This time is used to create the fast cache introduced into IAVL for performance * [#12784](https://github.com/cosmos/cosmos-sdk/pull/12784) Upgrade Tendermint to 0.34.20. * (x/bank) [#12674](https://github.com/cosmos/cosmos-sdk/pull/12674) Add convenience function `CreatePrefixedAccountStoreKey()` to construct key to access account's balance for a given denom. From ef5d517fcc8eb86dc49dc5b870111f092ca47d5d Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Thu, 4 Aug 2022 13:46:45 +0200 Subject: [PATCH 2/2] modify release notes --- RELEASE_NOTES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5b3da6eadaa..9b3a79f8edd6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,10 @@ -# Cosmos SDK v0.45.6 Release Notes +# Cosmos SDK v0.45.7 Release Notes -This release introduces a few bug fixes and improvements. -Notably, it fixes `GetLastCompleteUpgrade` in `x/upgrade` to properly return the latest upgrade. +This release introduces a few bug fixes, improvements and updated Tendermint and IAVL dependencies. -See the [Cosmos SDK v0.45.6 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.6/CHANGELOG.md) +> Note: When using 0.45.7, the restart of the binary could take up to 15 minutes in order to build the fast cache of IAVL. The fast cache will provide a performance improvement over 0.45.6. + +See the [Cosmos SDK v0.45.7 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.7/CHANGELOG.md) for the exhaustive list of all changes. -**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.5...v0.45.6 +**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.6...v0.45.7