From 04ea8da5a1257a855e307ed61d245a2af2719757 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Mon, 18 Sep 2023 11:28:56 +0200 Subject: [PATCH] update release notes (#2735) --- RELEASE_NOTES.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7930557978d..f01513ddfcd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,29 +1,19 @@ - - -# Gaia Release Notes +# Gaia v13.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. - - -Refer to the [upgrading guide](https://github.com/cosmos/gaia/blob/release//UPGRADING.md) when migrating from `` to ``. +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 +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 +cd gaia && git checkout v13.0.0 make install ```