Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Feb 29, 2024
1 parent 9c76669 commit 1735261
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## [4.1.0](https://github.com/ruimarinho/bitcoin-core/tree/4.1.0) (2022-07-27)
## [4.2.0](https://github.com/ruimarinho/bitcoin-core/tree/4.2.0) (2024-02-29)

[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.0.0...4.1.0)
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.1.0...4.2.0)

**Merged pull requests:**

- Add multi wallet support for `importDescriptors` [\#155](https://github.com/ruimarinho/bitcoin-core/pull/155) ([JoelGama](https://github.com/JoelGama))
- Add `importDescriptors` [\#154](https://github.com/ruimarinho/bitcoin-core/pull/154) ([JoelGama](https://github.com/JoelGama))
- Add restorewallet rpc method for version \>=0.23.0 [\#152](https://github.com/ruimarinho/bitcoin-core/pull/152) ([n1rna](https://github.com/n1rna))
- support listDescriptors method for version \>=0.22.0 [\#151](https://github.com/ruimarinho/bitcoin-core/pull/151) ([turkycat](https://github.com/turkycat))
- Run tests on every pull request [\#143](https://github.com/ruimarinho/bitcoin-core/pull/143) ([ruimarinho](https://github.com/ruimarinho))

## [v4.1.0](https://github.com/ruimarinho/bitcoin-core/tree/v4.1.0) (2022-07-27)

[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.0.0...v4.1.0)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcoin-core",
"version": "4.1.0",
"version": "4.2.0",
"description": "A modern Bitcoin Core REST and RPC client.",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit 1735261

Please sign in to comment.