Skip to content

Commit

Permalink
Merge pull request #296 from LedgerHQ/python-changelog
Browse files Browse the repository at this point in the history
Add missing releases to CHANGELOG of python client
  • Loading branch information
bigspider authored Oct 11, 2024
2 parents b582f55 + b39ad14 commit df405d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bitcoin_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df405d4

Please sign in to comment.