diff --git a/apps/ledger-live-desktop/CHANGELOG.md b/apps/ledger-live-desktop/CHANGELOG.md index 92e6a48d0e04..3f8634e18785 100644 --- a/apps/ledger-live-desktop/CHANGELOG.md +++ b/apps/ledger-live-desktop/CHANGELOG.md @@ -1,5 +1,11 @@ # ledger-live-desktop +## 2.49.2 + +### Patch Changes + +- + ## 2.49.1 ### Patch Changes diff --git a/apps/ledger-live-desktop/RELEASE_NOTES.md b/apps/ledger-live-desktop/RELEASE_NOTES.md index 96c87c1decb1..d6e5159c5b7f 100644 --- a/apps/ledger-live-desktop/RELEASE_NOTES.md +++ b/apps/ledger-live-desktop/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# 2.49.2 + +### šŸ› Fixes + +We have fixed a critical issue preventing macOS users from accessing their nano device. + # 2.49.1 Weā€™ve done few small but important changes behind the curtain. @@ -60,9 +66,9 @@ We're back with another roundup of handy new features and improvements. ### šŸš€ Features -**100 native Cardano tokens** made their way to Ledger Live, including WMT, DANA, and ADAX. You can find the full list [here](https://www.ledger.com/supported-crypto-assets). -Speaking of new tokens, weā€™ve added support of USDC on the Stellar blockchain. -Looking to send **HBAR** from Ledger Live to an exchange? As of today, Ledger Live allows you to **add a memo** to help identify a transaction and credit the proper account. +**100 native Cardano tokens** made their way to Ledger Live, including WMT, DANA, and ADAX. You can find the full list [here](https://www.ledger.com/supported-crypto-assets). +Speaking of new tokens, weā€™ve added support of USDC on the Stellar blockchain. +Looking to send **HBAR** from Ledger Live to an exchange? As of today, Ledger Live allows you to **add a memo** to help identify a transaction and credit the proper account. Delegating **Solana** or **Cosmos stake** just got easierā€”the nifty new search bar helps you **find validators easily and quickly**. # 2.44.0 diff --git a/apps/ledger-live-desktop/package.json b/apps/ledger-live-desktop/package.json index 05a331161cb1..5541283463c3 100644 --- a/apps/ledger-live-desktop/package.json +++ b/apps/ledger-live-desktop/package.json @@ -16,7 +16,7 @@ "license": "MIT", "private": true, "main": "./.webpack/main.bundle.js", - "version": "2.49.1", + "version": "2.49.2", "scripts": { "start:prod": "electron ./.webpack/main.bundle.js", "start": "cross-env NODE_ENV=development node ./tools/main.js",