diff --git a/CHANGELOG.md b/CHANGELOG.md index 417038dab..9ecb49c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.27.2] + +### Summary + +Disable default-features for rust-bitcoin and rust-miniscript dependencies, and for rust-esplora-client optional dependency. + +### Changed + +- Set default-features = false for rust-bitcoin and rust-miniscript #882 +- Update esplora client dependency to version 0.4 #884 + ## [v0.27.1] ### Summary @@ -642,4 +653,5 @@ final transaction is created by calling `finish` on the builder. [v0.26.0]: https://github.com/bitcoindevkit/bdk/compare/v0.25.0...v0.26.0 [v0.27.0]: https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0 [v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1 -[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...HEAD +[v0.27.2]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.27.2 +[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.2...HEAD diff --git a/Cargo.toml b/Cargo.toml index e2852d84a..64413ce8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.27.1" +version = "0.27.2" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"