From e1a77b87abdf5c589fcb50892e7635454902cff9 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 14 Jun 2021 11:43:48 -0700 Subject: [PATCH] Fix CHANGELOG unreleased link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92efc7c1..a912f1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -339,7 +339,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.4.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.8.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