The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [bitcoind_rpc-0.18.0]
+
+### Added
+
+- Added `bip158` module as a means of updating `bdk_chain` structures #1614
+
## [bitcoind_rpc-0.17.1]
### Changed
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
-[bitcoind_rpc-0.17.1]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
\ No newline at end of file
+[bitcoind_rpc-0.17.1]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
+[bitcoind_rpc-0.18.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.18.0
[package]
name = "bdk_bitcoind_rpc"
-version = "0.17.1"
+version = "0.18.0"
edition = "2021"
rust-version = "1.63"
homepage = "https://bitcoindevkit.org"
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+- test: add tests for `Merge` trait #1738
+
## [core-0.4.1]
### Changed
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
-[core-0.4.1]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
\ No newline at end of file
+[core-0.4.1]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [electrum-0.21.0]
+
+- Bump crate MSRV to 1.75.0
+- deps: bump `electrum-client` to 0.23.0
+
## [electrum-0.20.1]
### Changed
- Minor updates to fix new rustc 1.83.0 clippy warnings #1776
-[electrum-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
\ No newline at end of file
+[electrum-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
+[electrum-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.21.0
\ No newline at end of file
[package]
name = "bdk_electrum"
-version = "0.20.1"
+version = "0.21.0"
edition = "2021"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
[dependencies]
bdk_core = { path = "../core", version = "0.4.1" }
-electrum-client = { version = "0.22", features = [ "proxy" ], default-features = false }
+electrum-client = { version = "0.23", features = [ "proxy" ], default-features = false }
[dev-dependencies]
bdk_testenv = { path = "../testenv" }
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [wallet-1.1.0]
+
+### Added
+
+- `Wallet` can now be constructed using `Network::Testnet4` #1805
+- test: create tx locktime cltv for a specific time #1682
+- docs: add architectural decision records (ADR) #1592
+
+### Changed
+
+- Changed the default transaction version number to version 2 for TxBuilder. #1789
+
+### Fixed
+
+- Improve safety on finalize psbt #1790
+- Fixed an issue preventing `build_fee_bump` from re-targeting the drain value for some wallets #1812
+
## [wallet-1.0.0]
### Summary
[v1.0.0-beta.5]: https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-beta.5
[v1.0.0-beta.6]: https://github.com/bitcoindevkit/bdk/releases/tag/v1.0.0-beta.6
[wallet-1.0.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.0.0
+[wallet-1.1.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.1.0
[package]
name = "bdk_wallet"
homepage = "https://bitcoindevkit.org"
-version = "1.0.0"
+version = "1.1.0"
repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk"
description = "A modern, lightweight, descriptor-based wallet library"