From 0e94897ee25f2e6535c7af941700d66454d440b8 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Tue, 7 Nov 2023 11:50:36 +0100 Subject: [PATCH] update release notes (#2797) --- RELEASE_NOTES.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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 ```