diff --git a/CHANGELOG.md b/CHANGELOG.md index 20847d133e..5734e62091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +--------------------------------------------------------------------- +Release 2.0.171102 +--------------------------------------------------------------------- +Bug fixes +-------- +- Fix exchange page not loading for bit assets with force called margin positions +- Fix 'Invalid date' issue +- Restore ask/bid price colors in exchange orderbook + --------------------------------------------------------------------- Release 2.0.171101 --------------------------------------------------------------------- diff --git a/package.json b/package.json index 964cb75c42..f0271e8669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BitShares2-light", - "version": "2.0.171101", + "version": "2.0.171102", "description": "Advanced wallet interface for the BitShares financial blockchain.", "homepage": "https://github.com/bitshares/bitshares-ui", "author": "Sigve Kvalsvik ",