Update changelog to reflect 0.2.0 changes

This commit is contained in:
thunderbiscuit 2022-08-05 10:30:23 -04:00
parent 7a9a6f5169
commit d633d6d2a9
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -5,6 +5,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
## [Unreleased]
## [0.1.0-0.2.0]
### Added
- Update BDK to version `0.20.0`
- APIs Added
- TxBuilder.add_data(data)
- Wallet.list_unspent() returns a list of local UTXOs
- Add coin control methods on TxBuilder
### Fixed
- Tox tests
## [0.0.5-0.1.0]
### Added
- Community related files (bug report, feature request, and pull request templates)
@ -36,3 +47,4 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
[unreleased]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...HEAD
[0.0.1-0.0.5]: https://github.com/bitcoindevkit/bdk-python/compare/58f189f987cc644a1d86e965623c8f50904588ad...v0.0.5
[0.0.5-0.1.0]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...v0.1.0
[0.1.0-0.2.0]: https://github.com/bitcoindevkit/bdk-python/compare/v0.1.0...v0.2.0