diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d15dfd731f..49beca101e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,16 @@ # CHANGELOG -## v13.0.0 +## v13.0.1 -*September 18, 2023* +*October 25, 2023* ### DEPENDENCIES -- Remove [Liquidity](https://github.com/Gravity-Devs/liquidity) - ([\#2716](https://github.com/cosmos/gaia/pull/2716)) -- Bump [interchain-security](https://github.com/cosmos/interchain-security) to - [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) - ([\#2732](https://github.com/cosmos/gaia/pull/2732)) +- Bump [packet-forward-middleware](https://github.com/cosmos/ibc-apps/tree/main/middleware/packet-forward-middleware) to [v4.1.1](https://github.com/cosmos/ibc-apps/security/advisories/GHSA-w6rp-vxj2-fjhr). + ([\#2771](https://github.com/cosmos/gaia/pull/2771)) ### STATE BREAKING -- Bump [interchain-security](https://github.com/cosmos/interchain-security) to - [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) - ([\#2732](https://github.com/cosmos/gaia/pull/2732)) - ## Previous Versions [CHANGELOG of previous versions](https://github.com/cosmos/gaia/blob/main/CHANGELOG.md) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f01513ddfcd..3cc89b22666 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,18 +2,21 @@ ## 📝 Changelog -Check out the [changelog](https://github.com/cosmos/gaia/blob/v13.0.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v12.0.0...v13.0.0) from last release. +Check out the [changelog](https://github.com/cosmos/gaia/blob/v13.0.1/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v13.0.0...v13.0.1) from last release. ## 🚀 Highlights -This release remove the Liquidity module and bump Replicated Security to [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm). +This release contains a security bug fix for high-severity Packet Forwarding Middleware issue. +Please consult this [security advisory](https://github.com/cosmos/ibc-apps/security/advisories/GHSA-w6rp-vxj2-fjhr) document for more information. + +The changes outlined in this release do not require a co-ordinated upgrade. ## 🔨 Build from source ```bash git clone https://github.com/cosmos/gaia -cd gaia && git checkout v13.0.0 +cd gaia && git checkout v13.0.1 make install ```