Skip to content

Commit 89c07d2

Browse files
committed
chore: Release v2.2.0
Update `CHANGELOG.md`.
1 parent 4c4e0b1 commit 89c07d2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

wallet/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [wallet-2.2.0]
11+
12+
### Added
13+
14+
- feat: Return wallet events when applying updates #310
15+
- feat: (Backport #300) - Add utilities to test persistence #311
16+
- docs: (Backport #306) - docs: add wording on required use of xpub for multipath constructor #309
17+
- docs: add metadata fields to issue templates for triage #296
18+
19+
### Changed
20+
21+
- ci: automated update to rustc 1.89.0 #298
22+
23+
\***Note that the `signer` module has been deprecated and is planned to be removed in a future release.**\*
24+
1025
## [wallet-2.1.0]
1126

1227
### Added
@@ -1330,3 +1345,4 @@ final transaction is created by calling `finish` on the builder.
13301345
[wallet-2.0.0-beta.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.0
13311346
[wallet-2.0.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0
13321347
[wallet-2.1.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
1348+
[wallet-2.2.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.2.0

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bdk_wallet"
33
homepage = "https://bitcoindevkit.org"
4-
version = "2.2.0-alpha.0"
4+
version = "2.2.0"
55
repository = "https://github.com/bitcoindevkit/bdk_wallet"
66
documentation = "https://docs.rs/bdk_wallet"
77
description = "A modern, lightweight, descriptor-based wallet library"

0 commit comments

Comments
 (0)