Skip to content

Commit a373931

Browse files
docs: finalize changelog entry for 3.0.0
1 parent 918efa7 commit a373931

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ Changelog information can also be found in each release's git tag (which can be
44

55
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).
66

7-
## [Unreleased](https://github.com/bitcoindevkit/bdk-ffi/compare/v2.3.0...HEAD)
7+
## [v3.0.0]
8+
9+
This is version `3.0.0` of the BDK language bindings! This release uses the following Rust dependencies:
10+
11+
- bdk_wallet `3.0.0`
12+
- bdk_electrum `0.23.2`
13+
- bdk_esplora `0.22.1`
14+
- bdk_kyoto `0.17.0`
15+
- bitcoin `0.32.8`
16+
- uniffi `0.30.0`
817

918
## Breaking
1019

@@ -697,6 +706,7 @@ This release has a number of new APIs, and adds support for Windows in bdk-jvm.
697706

698707
[BIP 0174]:https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#encoding
699708

709+
[v3.0.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v2.3.0...v3.0.0
700710
[v2.3.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v2.2.0...v2.3.0
701711
[v2.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v2.0.0...v2.2.0
702712
[v2.0.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.2.0...v2.0.0

0 commit comments

Comments
 (0)