Skip to content

Commit 2406abb

Browse files
authored
update release notes for v13.0.2 (#2799)
1 parent ac33e79 commit 2406abb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

RELEASE_NOTES.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# Gaia v13.0.0 Release Notes
1+
# Gaia v13.0.2 Release Notes
22

33
## 📝 Changelog
44

5-
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.
5+
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.
66

77
## 🚀 Highlights
88

99
<!-- Add any highlights of this release -->
10-
This release contains a security bug fix for high-severity Packet Forwarding Middleware issue.
11-
Please consult this [security advisory](https://github.com/cosmos/ibc-apps/security/advisories/GHSA-w6rp-vxj2-fjhr) document for more information.
12-
13-
The changes outlined in this release do not require a co-ordinated upgrade.
10+
This release contains a fix that enables users to sign with ledger through the binary on newest versions of macOS and Xcode.
11+
Thanks to @jhernandezb for the fix.
1412

1513
## 🔨 Build from source
1614

1715
```bash
1816
git clone https://github.com/cosmos/gaia
19-
cd gaia && git checkout v13.0.1
17+
cd gaia && git checkout v13.0.2
2018
make install
2119
```
2220

0 commit comments

Comments
 (0)