diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7930557978d..16898237835 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,29 +1,20 @@ - - -# Gaia Release Notes +# Gaia v14.0.0 Release Notes ## 📝 Changelog -Check out the [changelog](https://github.com/cosmos/gaia/blob//CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/...) 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. - -Refer to the [upgrading guide](https://github.com/cosmos/gaia/blob/release//UPGRADING.md) when migrating from `` to ``. ## 🚀 Highlights - +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 +cd gaia && git checkout v14.0.0 make install ```