From 37dddd05f6f51e7bec8439114adf55f8f7607af8 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 8 Sep 2022 15:17:35 -0400 Subject: [PATCH] Update changelog for 0.9.0 release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b69544..1254da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.9.0] - Breaking Changes - Rename `get_network()` method on `Wallet` interface to `network()` [#185] - Rename `get_transactions()` method on `Wallet` interface to `list_transactions()` [#185] @@ -100,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.0] -[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.8.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.9.0...HEAD +[v0.9.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.7.0...v0.8.0 [v0.7.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.5.0...v0.6.0