From 8945eb379c03c059d1f9f170ceec8ea82964d22e Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Thu, 8 Apr 2021 14:57:11 +0900 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f573f72..e3b0931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.0] - 2020-04-02 +## [0.3.1] - 2021-08-04 + +## Fixed +- display bug of final outcome value that was rendered in binary + +## [0.3.0] - 2021-04-02 ## Changed - use numeric decomposition of outcome value to enable covering large range of outcome with minimal number of CETs diff --git a/package.json b/package.json index 7572a73..241156f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p2pderivatives-client", - "version": "0.3.0", + "version": "0.3.1", "private": true, "main": "build/browser/electron.js", "author": "CryptoGarage Inc",