Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update v13.0.1 release notes and changelog #2774

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading