From 4a6df5b6c3b41d387ba113fe7e9452c4af4da893 Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Mon, 26 Oct 2020 15:22:12 +0900 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a1370b06 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +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). + +## [Unreleased] + +## [0.2.0] - 2020-26-10 + +### Added +- Ability to connect to Bitcoin core node through Tor (in particular for BTCPay server users). + +### Changed +- Use adaptor signatures based DLC protocol instead of punishment based one. + +### Fixed +- Improved server reconnection. +- Fix bug when no remote collateral is set. diff --git a/package.json b/package.json index e844419e..fed44be2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p2pderivatives-client", - "version": "0.1.0", + "version": "0.2.0", "private": true, "main": "build/browser/electron.js", "author": "CryptoGarage Inc",