diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cb22e..37f0901 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.6.0] + - Update BDK to version 0.18.0 - Add BumpFeeTxBuilder to bump the fee on an unconfirmed tx created by the Wallet - Change TxBuilder.build() to TxBuilder.finish() to align with bdk function name @@ -41,7 +43,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.5.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.6.0...HEAD +[v0.6.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.1...v0.4.0 [v0.3.1]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...v0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 6bb347f..87420a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.5.0" +version = "0.6.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018"