From aa30f3c0d9d0b8134764feb5adc6ab86839488e8 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 9 Feb 2023 10:17:49 +0100 Subject: [PATCH] chore: prepare v0.45.13 release notes (#14960) --- CHANGELOG.md | 2 +- RELEASE_NOTES.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89bfa5ef7c..ae165262e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## v0.45.13 - 2023-02-06 +## v0.45.13 - 2023-02-09 ### Improvements diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c9aa12afcfa..3b367ba1e5d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,13 @@ # Cosmos SDK v0.45.13 Release Notes -This release introduces one bug fix, namely [#14798](https://github.com/cosmos/cosmos-sdk/pull/14798) and a bump to Tendermint v0.34.25, as per its [security advisory](https://github.com/informalsystems/tendermint/security/advisories/GHSA-cpqw-5g6w-h8rr). +This release introduces one bug fix, namely [#14798](https://github.com/cosmos/cosmos-sdk/pull/14798) and a bump to Tendermint v0.34.26, as per its [security advisory](https://github.com/informalsystems/tendermint/security/advisories/GHSA-cpqw-5g6w-h8rr). + +**NOTE**: Add or update the following replace in the `go.mod` of your application: + +```go +// use informal system fork of tendermint +replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26 +``` Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.45.x/CHANGELOG.md) for an exhaustive list of changes.