From: Alekos Filini Date: Mon, 9 Aug 2021 12:55:17 +0000 (+0200) Subject: Update changelog X-Git-Tag: 0.10.0~4 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.FileStoreError.html?a=commitdiff_plain;h=cbec0b0bcf5f50992ca00edb38a2ec33ebdb606d;p=bdk Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index db401649..3591bb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.10.0] - [v0.9.0] + - Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`) - Removed hard dependency on `tokio`. @@ -369,3 +371,4 @@ final transaction is created by calling `finish` on the builder. [v0.7.0]: https://github.com/bitcoindevkit/bdk/compare/v0.6.0...v0.7.0 [v0.8.0]: https://github.com/bitcoindevkit/bdk/compare/v0.7.0...v0.8.0 [v0.9.0]: https://github.com/bitcoindevkit/bdk/compare/v0.8.0...v0.9.0 +[v0.10.0]: https://github.com/bitcoindevkit/bdk/compare/v0.9.0...v0.10.0