diff --git a/CHANGELOG.md b/CHANGELOG.md index f632f1b565..586c55eb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +--------------------------------------------------------------------- +Release 2.0.180115 +--------------------------------------------------------------------- +New features +-------- +- Change exchange header #888 +- Show Balance on Margin Positions Tab #994 +- #985 - Move account table out from market dashboard +- update gdex api service (#1017) + +Bug fixes +-------- +- Electron build - Add context menu for copy/paste support +- Fix similar names appearing as active in the header dropdown +- Fix Issue #1001 +- Hide the header unlock icon on small screens +- Unlock wallet doesn't unlock operations until refresh +- Updated blckchnd api node info +- Fix flash of modal and input not being cleared +- Fix #996: change LTM fee rate for asset creation +- Fix #991: move the lock button out of the menu area + --------------------------------------------------------------------- Release 2.0.180108 --------------------------------------------------------------------- diff --git a/package.json b/package.json index 897bfb7c0c..3d4e94ae02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BitShares2-light", - "version": "2.0.180108", + "version": "2.0.180115", "description": "Advanced wallet interface for the BitShares financial blockchain.", "homepage": "https://github.com/bitshares/bitshares-ui", "author": "Sigve Kvalsvik ",