From c5426a09e448672211db4a142d2097c913e0310c Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 7 Nov 2023 10:39:37 +0100 Subject: [PATCH] add changelog entry for ledger fix (#2792) --- .changelog/unreleased/bug-fixes/2763-ledger-fix.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/2763-ledger-fix.md diff --git a/.changelog/unreleased/bug-fixes/2763-ledger-fix.md b/.changelog/unreleased/bug-fixes/2763-ledger-fix.md new file mode 100644 index 00000000000..990c38921f4 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/2763-ledger-fix.md @@ -0,0 +1,4 @@ +- Bump [cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) to + [v0.12.4](https://github.com/cosmos/ledger-cosmos-go/releases/tag/v0.12.4) + to fix signing with ledger through the binary on newest versions of macOS and Xcode + ([\#2763](https://github.com/cosmos/gaia/pull/2763)) \ No newline at end of file