Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.

## [Unreleased]

## [4.1.0](https://github.com/bitcoindevkit/bdk-cli/compare/v4.0.0...v4.1.0) - 2026-09-25

### Added

- *(multipath)* Add checks for desc pair
- *(multipath)* Add tests for multipath desc
- *(multipath)* limit multipath desc to two paths
- *(multipath)* add multipath desc support

### Fixed

- harden datadir and config file permissions
- *(combine_psbt)* Propagate Psbt::combine errors

### Other

- removed changelog section from pr template
- bump workflow action versions
- add release-plz workflow and update release docs

- Added support for Multipath (two-paths) descriptors.
- Fixed the data directory and config.toml permission being world-readable (0755/0644) to 0700/0600 on Unix.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-cli"
version = "4.0.0"
version = "4.1.0"
edition = "2024"
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
homepage = "https://bitcoindevkit.org"
Expand Down
Loading