diff --git a/CHANGELOG.md b/CHANGELOG.md index 5734e62091..4694151bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ --------------------------------------------------------------------- +Release 2.0.171205 +--------------------------------------------------------------------- +New features +-------- +- #558 Add UI for cancelling orders in bulk +- #167 Contact list support (to be expanded upon) +- #630 Header and right menu Dropdown +- #781 - Add/Remove Contacts +- #556 Add new Send modal (beta) +- Add GDEX API server + +Bug fixes +-------- +- #765 fixed usage of some undefined properties on withdrawal +- #771 match styles to new account dashboard look +- Fix #715 and #772: Dropdown menu can't scroll +- Fix #723: Missing asset name in translation +- Set more theme specific API Status colors. (#788) +--------------------------------------------------------------------- Release 2.0.171102 --------------------------------------------------------------------- Bug fixes diff --git a/package.json b/package.json index f69d38b959..932b59a56f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BitShares2-light", - "version": "2.0.171121", + "version": "2.0.171205", "description": "Advanced wallet interface for the BitShares financial blockchain.", "homepage": "https://github.com/bitshares/bitshares-ui", "author": "Sigve Kvalsvik ",