From 2406abb61856b61904ff06c7be2a355babcc3dfc Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 7 Nov 2023 16:16:19 +0100 Subject: [PATCH] update release notes for v13.0.2 (#2799) --- RELEASE_NOTES.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3cc89b22666..6048f8c535c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,22 +1,20 @@ -# Gaia v13.0.0 Release Notes +# Gaia v13.0.2 Release Notes ## 📝 Changelog -Check out the [changelog](https://github.com/cosmos/gaia/blob/v13.0.1/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v13.0.0...v13.0.1) from last release. +Check out the [changelog](https://github.com/cosmos/gaia/blob/v13.0.2/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v13.0.1...v13.0.2) from last release. ## 🚀 Highlights -This release contains a security bug fix for high-severity Packet Forwarding Middleware issue. -Please consult this [security advisory](https://github.com/cosmos/ibc-apps/security/advisories/GHSA-w6rp-vxj2-fjhr) document for more information. - -The changes outlined in this release do not require a co-ordinated upgrade. +This release contains a fix that enables users to sign with ledger through the binary on newest versions of macOS and Xcode. +Thanks to @jhernandezb for the fix. ## 🔨 Build from source ```bash git clone https://github.com/cosmos/gaia -cd gaia && git checkout v13.0.1 +cd gaia && git checkout v13.0.2 make install ```