diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2c7c6cd..7687350be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,22 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [v0.9.7][v0.9.7] - +## [v0.9.8][v0.9.8] - + +### Milestone: [catapult-server@v0.9.3.2](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2) + +### [v0.9.8-beta1][v0.9.8-beta1] - 17-Apr-2020 + +#### Added + +- Added transaction status filters and multisig account selector (fixes #183) + +#### Fixed + +- Fixed wallet import in subwallet creation (fixes #214) + + +## [v0.9.7][v0.9.7] - 06-Apr-2020 ### Milestone: [catapult-server@v0.9.3.2](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2) @@ -162,6 +177,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - Mosaic definition *multi-signature* feature bug with signer selection (aggregate bonded only) +[v0.9.8]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.8-beta1 +[v0.9.8-beta1]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.7-beta1...v0.9.8-beta1 [v0.9.7]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.7-beta1 [v0.9.7-beta1]: https://github.com/nemfoundation/symbol-desktop-wallet/compare/v0.9.6...v0.9.7-beta1 [v0.9.6]: https://github.com/nemfoundation/symbol-desktop-wallet/releases/tag/v0.9.6-beta2 diff --git a/package-lock.json b/package-lock.json index ca4f75252..aa34dcd91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "symbol-desktop-wallet", - "version": "0.9.7-beta1", + "version": "0.9.8-beta1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6923890a0..e3273c888 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "symbol-desktop-wallet", "description": "Symbol Wallet", "homepage": "https://github.com/nemfoundation/symbol-desktop-wallet", - "version": "0.9.7-beta1", + "version": "0.9.8-beta1", "author": { "name": "NEM Foundation", "email": "devs@nem.foundation"