diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3fb6348..d30eac539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1] - 2020-02-10 ### Fixed - Fixed an issue where chainstate was wiped when mainnet wallets are reset. This means that Bob no longer needs to perform a sync from zero after resetting mainnet wallets - Fixed an issue where Windows machines might time out restarting Bob diff --git a/package.json b/package.json index b0da62d28..2b620b352 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bob-wallet", "productName": "Bob", "author": "Kyokan Group, Inc.", - "version": "0.2.1", + "version": "0.2.2", "description": "A Handshake wallet and auction manager.", "scripts": { "build": "./scripts/package.sh",