From f851ca63ec6d1c238b6ad50624b16e0d7c3671c0 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 24 Oct 2022 15:03:09 +0200 Subject: [PATCH 1/3] chore: prepare 0.45.10 changelog --- CHANGELOG.md | 2 ++ RELEASE_NOTES.md | 20 +------------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69e595ceaa3..624a68604a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## v0.45.10 - 2022-10-24 + ### Features * (grpc) [#13485](https://github.com/cosmos/cosmos-sdk/pull/13485) Implement a new gRPC query, `/cosmos/base/node/v1beta1/config`, which provides operator configuration. Applications that wish to expose operator minimum gas prices via gRPC should have their application implement the `ApplicationQueryService` interface (see `SimApp#RegisterNodeService` as an example). diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 82e020385414..41022a6c9a22 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,19 +1 @@ -# Cosmos SDK v0.45.9 Release Notes - -This is a security release for the [Dragonberry security advisory](https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702). -Please upgrade ASAP. - -Next to this, we have also included a few minor bugfixes. - -Chains must add the following to their go.mod for the application: - -```go -replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23 v0.8.0 -``` - -Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR: - -- **CET**: @tac0turtle, @okwme, @AdityaSripal, @colin-axner, @julienrbrt -- **EST**: @ebuchman, @alexanderbez, @aaronc -- **PST**: @jtremback, @nicolaslara, @czarcas7ic, @p0mvn -- **CDT**: @ValarDragon, @zmanian +# Cosmos SDK v0.45.10 Release Notes From 4a3e62040ab255a25d9a33a8e62c23e5ba2999ee Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 24 Oct 2022 15:05:05 +0200 Subject: [PATCH 2/3] default release notes --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 41022a6c9a22..f253c0ec036c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1 +1,7 @@ # Cosmos SDK v0.45.10 Release Notes + +This release introduces a number of bug fixes, features and improvements. + +Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.45.x/CHANGELOG.md) for an exhaustive list of changes. + +**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.9...v0.45.10 From c90bf5dd4e88fd5b52fdeb6d9fe62d20b4d40d0a Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 24 Oct 2022 15:08:10 +0200 Subject: [PATCH 3/3] period --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624a68604a4a..ac88e96e0371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes -* [#13588](https://github.com/cosmos/cosmos-sdk/pull/13588) Fix regression in distrubtion.WithdrawDelegationRewards when rewards are zero +* [#13588](https://github.com/cosmos/cosmos-sdk/pull/13588) Fix regression in distrubtion.WithdrawDelegationRewards when rewards are zero. * [#13564](https://github.com/cosmos/cosmos-sdk/pull/13564) - Fix `make proto-gen`. * (server) [#13610](https://github.com/cosmos/cosmos-sdk/pull/13610) Read the pruning-keep-every field again.