From ed72d82c91d96309c023dd06a411a4b2338d44b6 Mon Sep 17 00:00:00 2001 From: Pedro Branco Date: Wed, 27 Jul 2022 16:31:18 +0100 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298bcb9..ae287d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/4.0.0) (2022-07-25) +## [4.1.0](https://github.com/ruimarinho/bitcoin-core/tree/4.1.0) (2022-07-27) -[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...4.0.0) +[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.0.0...4.1.0) + +**Implemented enhancements:** + +- Add support for bitcoin@\>0.19.0 RPC methods [\#142](https://github.com/ruimarinho/bitcoin-core/pull/142) ([joaomatbarbosa](https://github.com/joaomatbarbosa)) + +## [v4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/v4.0.0) (2022-07-25) + +[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...v4.0.0) **Implemented enhancements:** diff --git a/package.json b/package.json index 5f23cb5..ff93dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoin-core", - "version": "4.0.0", + "version": "4.1.0", "description": "A modern Bitcoin Core REST and RPC client.", "keywords": [ "bitcoin",