Skip to content

Commit

Permalink
chore: update v13.0.1 release notes and changelog (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Oct 25, 2023
1 parent dfb9ac4 commit 72edfa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 6 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Add any highlights of this release -->
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
```

Expand Down

0 comments on commit 72edfa7

Please sign in to comment.