Skip to content

Commit

Permalink
update release notes (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe authored Nov 7, 2023
1 parent d799faa commit 0e94897
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
<!--
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 v14.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.
Check out the [changelog](https://github.com/cosmos/gaia/blob/v14.0.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v13.0.1...v14.0.0) 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>`.

## 🚀 Highlights

<!-- Add any highlights of this release -->
This release upgrade ICS to [v2.2.0-provider-lsm](https://github.com/cosmos/interchain-security/tree/v2.2.0-provider-lsm) adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.


## 🔨 Build from source

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

Expand Down

0 comments on commit 0e94897

Please sign in to comment.