From 3466b2e9ed8a3db0977da3b38a2416e5747210b8 Mon Sep 17 00:00:00 2001 From: Walden Raines Date: Fri, 22 May 2020 12:49:52 -0400 Subject: [PATCH] docs(other): update changelog to include 0.2.0 release (#132) --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97e4536..025b8a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.0](https://github.com/unchained-capital/caravan/compare/v0.1.5...v0.2.0) (2020-05-20) + +### Features + +* add wallet feature using xpubs ([3514039](https://github.com/unchained-capital/caravan/commit/3514039983984e184e8babb6c61c21a46798fc70)) +* add test suite for testing hardware wallets ([3514039](https://github.com/unchained-capital/caravan/commit/3514039983984e184e8babb6c61c21a46798fc70)) +* add commitlint and commitzen ([6fff3b7](https://github.com/unchained-capital/caravan/commit/6fff3b7d6360fe178a19f06534803b46247e6306)) +* add cypress and example test ([25d7959](https://github.com/unchained-capital/caravan/commit/25d79598f4a8cb401aec78c1559c1d1a44c5e118)) +* adds react-testing-library ([fc152d4](https://github.com/unchained-capital/caravan/commit/fc152d4db554c4448a775a5f3e6f540f13b3b466)) +* add changelog.md to the project ([5b47948](https://github.com/unchained-capital/caravan/commit/5b479488e50dc89129cd93303a66fbf662eee613)) + +### Bug Fixes +* fixes inconsistencies in wallet balance update after spend ([fd214eb](https://github.com/unchained-capital/caravan/commit/fd214eb573c7185c01dfa2040aa914e87a0de359)) +* update CTAs on landing page ([6a8e443](https://github.com/unchained-capital/caravan/commit/6a8e443cac3af63977904f347802e387ce30daf3)) +* update html meta description text ([f7b1443](https://github.com/unchained-capital/caravan/commit/f7b14437e701ba0a454603d014b9354ac4f1096c)) +* fix display error in outputs when switching b/w spend modes ([4a803f0](https://github.com/unchained-capital/caravan/commit/4a803f08cdde8f21a71efe3e59108c139da32ec1)) +* fix copyright year in footer ([4a0d98c](https://github.com/unchained-capital/caravan/commit/4a0d98c92cdd1475ce65f8d57969b1a8552aa0e6)) +* Added a paragraph to the readme about how to use corsproxy. ([4d56afa](https://github.com/unchained-capital/caravan/commit/4d56afa8a3233948b34c5bd03dcd71d72828ded2)) + + + + + ## [0.1.5](https://github.com/unchained-capital/caravan/compare/v0.1.4...v0.1.5) (2019-11-14)