From cbec0b0bcf5f50992ca00edb38a2ec33ebdb606d Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 9 Aug 2021 14:55:17 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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