From 5b9c655506832469eaae04c4e60f99898efb4f10 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 10 Nov 2022 10:27:45 +0100 Subject: [PATCH] chore: prepare 0.45.11 release (#13817) * chore: prepare 0.45.11 release * no features in 0.45.11 * Update RELEASE_NOTES.md Co-authored-by: Aleksandr Bezobchuk * update release notes Co-authored-by: Aleksandr Bezobchuk --- CHANGELOG.md | 2 ++ RELEASE_NOTES.md | 13 ++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd69a964765..627045e2f2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## v0.45.11 - 2022-11-09 + ### Improvements * (deps) Bump Tendermint version to [v0.34.23](https://github.com/tendermint/tendermint/releases/tag/v0.34.23). diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f253c0ec036c..a2151c45818c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,14 @@ -# Cosmos SDK v0.45.10 Release Notes +# Cosmos SDK v0.45.11 Release Notes -This release introduces a number of bug fixes, features and improvements. +This release introduces a number of bug fixes 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 +**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.10...v0.45.11 + +**NOTE**: The changes mentioned in `v0.45.9` are **still** required: + +```go +# Chains must add the following to their go.mod for the application: +replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 +```