From f1eb8c678dd778977a38fe784bfcf34826605ffe Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Fri, 29 Jul 2022 13:37:47 -0400 Subject: [PATCH] Update changelog to reflect 0.8.0 additions --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3084279..cf7d727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,18 @@ 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] -- Update BDK to version 0.20.0 +## [v0.8.0] +- Update BDK to version 0.20.0 [#169] - APIs Added - - `TxBuilder.add_data(data: Vec)` - - `Wallet.list_unspent()` returns `Vec` + - `TxBuilder.add_data(data: Vec)` [#163] + - `Wallet.list_unspent()` returns `Vec` [#158] + - Add coin control methods on TxBuilder [#164] + +[#163]: https://github.com/bitcoindevkit/bdk-ffi/pull/163 +[#158]: https://github.com/bitcoindevkit/bdk-ffi/pull/158 +[#164]: https://github.com/bitcoindevkit/bdk-ffi/pull/164 +[#169]: https://github.com/bitcoindevkit/bdk-ffi/pull/169 ## [v0.7.0] - Update BDK to version 0.19.0 @@ -58,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.0] -[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.7.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.7.0...v0.8.0 [v0.7.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.4.0...v0.5.0