Skip to content

Commit ec4aa04

Browse files
docs: add changelog entry for v1.1.0
1 parent 8e168e3 commit ec4aa04

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Changelog information can also be found in each release's git tag (which can be
33

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

6+
## [v1.1.0]
7+
8+
This is our first stable release!
9+
10+
This release uses the following Rust dependencies:
11+
- bdk_wallet 1.1.0
12+
- bdk_electrum 0.21.0
13+
- bdk_esplora 0.20.1
14+
- uniffi 0.29.0
15+
- rust-bitcoin 0.32.5
16+
17+
#### Added
18+
- Expose `ElectrumClient::block_headers_subscribe` method [#664]
19+
- Expose `EsploraClient::get_block_hash` method [#665]
20+
- Expose `EsploraClient::get_tx_status` method [#666]
21+
- Expose `EsploraClient::get_tx_info` method [#666]
22+
- Support for Testnet 4 [#674]
23+
- Add `AddressData` and `WitnessProgram` types from rust bitcoin [#671]
24+
- Expose `Address::to_address_data` method [#671]
25+
26+
#### Changed
27+
- More complete `LocalOutput` type [#667]
28+
29+
[#664]: https://github.com/bitcoindevkit/bdk-ffi/pull/664
30+
[#665]: https://github.com/bitcoindevkit/bdk-ffi/pull/665
31+
[#666]: https://github.com/bitcoindevkit/bdk-ffi/pull/666
32+
[#667]: https://github.com/bitcoindevkit/bdk-ffi/pull/667
33+
[#671]: https://github.com/bitcoindevkit/bdk-ffi/pull/671
34+
[#674]: https://github.com/bitcoindevkit/bdk-ffi/pull/674
35+
636
## [v1.0.0-beta.7]
737
This release updates the `bdk-ffi` libraries to the final `bdk_wallet` `1.0.0` and related libraries (Esplora, Electrum, etc).
838

@@ -396,6 +426,7 @@ This release has a number of new APIs, and adds support for Windows in bdk-jvm.
396426

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

429+
[v1.1.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-beta.7...v1.1.0
399430
[v1.0.0-beta.7]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-beta.6...v1.0.0-beta.7
400431
[v1.0.0-beta.6]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-beta.5...v1.0.0-beta.6
401432
[v1.0.0-beta.5]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-beta.2...v1.0.0-beta.5

0 commit comments

Comments
 (0)