diff --git a/CHANGELOG.md b/CHANGELOG.md index 537c583f0..1085fadfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. *Unreleased* *Released* +## [v0.6.8] - 2022-02-11 +### Additions +- Wrapped ETH NFT support on Crypto.org chain +- Add NFT attributes display support +### Bug fixes +- Missing Ledger sign methods support +- Fix potential app crash in Wallet Page +- Align NFT minting metadata + ## [v0.6.7] - 2022-01-28 ### Bug fixes - Incorrect delegation items diff --git a/package.json b/package.json index dd37df57e..76e7a66bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chain-desktop-wallet", - "version": "0.6.7", + "version": "0.6.8", "description": "Crypto.com Chain Desktop Wallet App", "repository": "github:crypto-com/chain-desktop-wallet", "author": "Crypto.org ",