From: Steve Myers Date: Wed, 8 Jun 2022 22:18:54 +0000 (-0700) Subject: Update CHANGELOG.md to 0.19.0 X-Git-Tag: v0.19.0~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/-script-interface/static/gitweb.css?a=commitdiff_plain;h=2bf8121b18a3356e3c2594d160b0fde4cba1c7a6;p=bdk Update CHANGELOG.md to 0.19.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 73188e10..b550e40c 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.19.0] - [v0.18.0] + - added `OldestFirstCoinSelection` impl to `CoinSelectionAlgorithm` - New MSRV set to `1.56` - Unpinned tokio to `1` @@ -462,4 +464,5 @@ final transaction is created by calling `finish` on the builder. [v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1 [v0.17.0]: https://github.com/bitcoindevkit/bdk/compare/v0.16.1...v0.17.0 [v0.18.0]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...v0.18.0 -[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...HEAD +[v0.19.0]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...v0.19.0 +[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.19.0...HEAD