Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Sep 20, 2019
1 parent 4e09d50 commit 83cd683
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## [2.2.0](https://github.com/ruimarinho/bitcoin-core/tree/2.2.0) (2019-06-28)
## [2.2.1](https://github.com/ruimarinho/bitcoin-core/tree/2.2.1) (2019-09-20)

[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v2.1.0...2.2.0)
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v2.2.0...2.2.1)

**Merged pull requests:**

- Add missing options to changelog script [\#105](https://github.com/ruimarinho/bitcoin-core/pull/105) ([pedrobranco](https://github.com/pedrobranco))
- Add feature multiwallet to walletLock, walletPassphrase and walletPassphraseChange [\#104](https://github.com/ruimarinho/bitcoin-core/pull/104) ([patrix252](https://github.com/patrix252))
- Fix batch example in README.md [\#96](https://github.com/ruimarinho/bitcoin-core/pull/96) ([intech](https://github.com/intech))

## [v2.2.0](https://github.com/ruimarinho/bitcoin-core/tree/v2.2.0) (2019-06-28)

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

**Merged pull requests:**

Expand Down
9 changes: 9 additions & 0 deletions dist/src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,10 +775,16 @@ var _default = {
},
walletLock: {
category: 'wallet',
features: {
multiwallet: '>=0.15.0'
},
version: '>=0.1.0'
},
walletPassphrase: {
category: 'wallet',
features: {
multiwallet: '>=0.15.0'
},
obfuscate: {
request: {
default: params => (0, _lodash.set)([...params], '[0]', '******'),
Expand All @@ -789,6 +795,9 @@ var _default = {
},
walletPassphraseChange: {
category: 'wallet',
features: {
multiwallet: '>=0.15.0'
},
obfuscate: {
request: {
default: params => (0, _lodash.set)((0, _lodash.set)([...params], '[0]', '******'), '[1]', '******'),
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": "2.2.0",
"version": "2.2.1",
"description": "A modern Bitcoin Core REST and RPC client.",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit 83cd683

Please sign in to comment.