]> Untitled Git - bdk/commitdiff
Update changelog
authorSteve Myers <steve@notmandatory.org>
Sat, 4 Sep 2021 17:44:44 +0000 (10:44 -0700)
committerSteve Myers <steve@notmandatory.org>
Sat, 4 Sep 2021 17:44:44 +0000 (10:44 -0700)
CHANGELOG.md

index d8a556d1ce04f7030eeb6d6419c367e4f0299eb3..90805b0ceba1bd5e6d82bb48d9cc99da76e67dbd 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.11.0] - [v0.10.0]
+
 - Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
 
 ## [v0.10.0] - [v0.9.0]
@@ -362,7 +364,7 @@ final transaction is created by calling `finish` on the builder.
 - Use `MemoryDatabase` in the compiler example
 - Make the REPL return JSON
 
-[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...HEAD
+[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...HEAD
 [0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
 [v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
 [v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0
@@ -374,3 +376,4 @@ final transaction is created by calling `finish` on the builder.
 [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
+[v0.11.0]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...v0.11.0
\ No newline at end of file