From b39ad14a7ac89d0cbb75d7f7cd81aed09ff7f65e Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:20:57 +0200 Subject: [PATCH] Add missing releases to CHANGELOG of python client --- bitcoin_client/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bitcoin_client/CHANGELOG.md b/bitcoin_client/CHANGELOG.md index baf9065cd..5aad4cc2c 100644 --- a/bitcoin_client/CHANGELOG.md +++ b/bitcoin_client/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Dates are in `dd-mm-yyyy` format. +## [0.3.0] - 15-02-2024 + +### Changed + +- Removed external dependencies by using a local clone of [embit](https://github.com/diybitcoinhardware/embit) to perform the address checks introduced in version 0.2.2. + +## [0.2.2] - 26-06-2023 + +### Added + +- The client library now independently computes the expected address for `get_wallet_address` using the wallet policy, raising an error in case of mismatch. Similarly, `register_wallet` computes and checks the first receive address. + ## [0.2.1] - 18-04-2023 ### Changed