From d633d6d2a915ec4bc311d72f8c02e7b5f0a7bf19 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 5 Aug 2022 10:30:23 -0400 Subject: [PATCH] Update changelog to reflect 0.2.0 changes --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0dff5c..bc24f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -35,4 +46,5 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic [Semantic Versioning]: https://semver.org/spec/v2.0.0.html [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 \ No newline at end of file +[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 \ No newline at end of file