diff --git a/CHANGELOG.md b/CHANGELOG.md index 585aa62..f83e951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3.0] - 2021-05-24 +XPUB withdrawal is enabled again for BL3P since [the regulator acknowledged](https://bitonic.nl/en/news/231/dnb-formally-acknowledges-complaints-bitonic-and-revokes-wallet-verification-requirement) the view of Bitonic / BL3P. + +### Added +* Add Binance to the list of supported exchanges. (see #53) + +### Changed +* Changed the documentation to include Umbrel in the F.A.Q. + ## [v1.2.3] - 2021-03-15 ### Fixed * Reverted to Alpine Linux v3.12 because of an issue with seccomp. (see #47) @@ -45,8 +54,9 @@ Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require ### Added * 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.2.3...HEAD -[v1.2.2]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.2...v1.2.3 +[Unreleased]: https://github.com/Jorijn/bitcoin-dca/compare/v1.3.0...HEAD +[v1.3.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.3...v1.3.0 +[v1.2.3]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.2...v1.2.3 [v1.2.2]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.1...v1.2.2 [v1.2.1]: https://github.com/Jorijn/bitcoin-dca/compare/v1.2.0...v1.2.1 [v1.2.0]: https://github.com/Jorijn/bitcoin-dca/compare/v1.1.0...v1.2.0