From 7d060cf473ce31512990ee3268d4a84ca121fc2c Mon Sep 17 00:00:00 2001 From: Sigve Kvalsvik Date: Thu, 2 Nov 2017 08:04:07 +0100 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 ",