From eef97addff77cd575d6f74786c00400cb26636ed Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Wed, 15 Mar 2023 12:19:22 +0530 Subject: [PATCH] Update changelog file --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2a015..15627f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog -All notable changes to this project prior to release **0.26.0** are documented in this file. Future -changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`. +Changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`. Changelog info is also documented on the [GitHub releases](https://github.com/bitcoindevkit/bdk-cli/releases) page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details. ## [Unreleased] +## [0.27.1] +- Added hardware signers through the use of HWI. +- Bumped rustc stable to 1.65. +- Bumped electrsd version to v0.22.*. + +## [0.26.0] + - Check that a `PSBT` is signed before broadcast, else throw a useful error message to user. + - Miniscript Translation capability to an `AliasMap` in wasm, to enhance the paly ground interface. + - cli-app framework from `structop` to `clap`. + - Temporarily disable `compact_filters` until `bdk v1.0.0` launch. + ## [0.6.0] - Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db` @@ -71,7 +81,9 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details. ## [0.1.0-beta.1] -[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...HEAD +[0.27.1]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.26.0...v0.27.1 +[0.26.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...v0.26.0 [0.6.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0