]> Untitled Git - bdk/commitdiff
Update changelog
authorAlekos Filini <alekos.filini@gmail.com>
Mon, 9 Aug 2021 12:55:17 +0000 (14:55 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Mon, 9 Aug 2021 12:55:17 +0000 (14:55 +0200)
CHANGELOG.md

index db4016497f4b72b8b3cb86125afa196d673f78ec..3591bb24fe8cddc26621c72d09a2591d9fd0e5fb 100644 (file)
@@ -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