From dced7ec56a99cf9200dc1f5e84cf88aeaf374a20 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Tue, 28 Jun 2022 14:54:05 +0100 Subject: [PATCH] chore: update release notes (#12377) --- CHANGELOG.md | 6 ++++++ RELEASE_NOTES.md | 11 +++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced29009f..b155be189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.45.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.6) - 2022-06-28 + +### Improvements + +* (simapp) [#12314](https://github.com/cosmos/cosmos-sdk/pull/12314) Increase `DefaultGenTxGas` from `1000000` to `10000000` + ### Bug Fixes * [\#12317](https://github.com/cosmos/cosmos-sdk/pull/12317) Rename `edit-validator` command's `--moniker` flag to `--new-moniker` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f79faacb5..a5b3da6ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,9 @@ -# Cosmos SDK v0.45.5 Release Notes +# Cosmos SDK v0.45.6 Release Notes -This release introduces a few bug fixes and improvements. Notably, it removes -the redacted error message, fixes a few bugs in the `types` package, and -indexing of events for failed txs. +This release introduces a few bug fixes and improvements. +Notably, it fixes `GetLastCompleteUpgrade` in `x/upgrade` to properly return the latest upgrade. -See the [Cosmos SDK v0.45.5 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.5/CHANGELOG.md) +See the [Cosmos SDK v0.45.6 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.6/CHANGELOG.md) for the exhaustive list of all changes. -**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5 +**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.5...v0.45.6