From 5deb3d2f09bc4056a6ff57a29e6e5aeef7ffd87d Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Sat, 5 Feb 2022 18:46:03 +0100 Subject: [PATCH] prepare changelog for v1.6.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75d69b..0824777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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] +## [v1.6.1] - 2022-02-05 +### Fixed +* This release fixes a bug where using XPub withdrawals wouldn't work + ## [v1.6.0] - 2021-11-29 ### Added * Added a configuration option to prevent Bitcoin DCA from checking for newer versions @@ -105,6 +109,7 @@ Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require * A Python based fallback mechanism for 32bits systems. Unfortunately a bug prevented Raspberry Pi users from using Xpubs properly. The system will automatically use the native, more advanced method or derivation for systems that are capable and degrade to the Python tool without people noticing. [Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.6.0...HEAD +[v1.6.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.6.0...v1.6.1 [v1.6.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.5.1...v1.6.0 [v1.5.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.5.0...v1.5.1 [v1.5.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.4.1...v1.5.0