Skip to content

Commit

Permalink
update release notes (cosmos#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Sep 18, 2023
1 parent 25e5e62 commit 04ea8da
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
<!--
A release notes template that should be adapted for every release
- release: <v*.*.*>
- release branch: <v*.x>
- the last release: <v-last>
- the last release branch: <v-last.x>
-->

# Gaia <v*.*.*> Release Notes
# Gaia v13.0.0 Release Notes

## 📝 Changelog

Check out the [changelog](https://github.com/cosmos/gaia/blob/<v*.*.*>/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/<v-last>...<v*.*.*>) from last release.

<!-- Add the following line for major releases -->
Refer to the [upgrading guide](https://github.com/cosmos/gaia/blob/release/<v*.x>/UPGRADING.md) when migrating from `<v-last.x>` to `<v*.x>`.
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.

## 🚀 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).

## 🔨 Build from source

```bash
git clone https://github.com/cosmos/gaia
cd gaia && git checkout <v*.*.*>
cd gaia && git checkout v13.0.0
make install
```

Expand Down

0 comments on commit 04ea8da

Please sign in to comment.