diff --git a/CHANGELOG.md b/CHANGELOG.md index e92c180a..f47c39f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +* v1.6.0: + * Communicate directly with ElectrumX servers via TCP to: + * get transaction history for an address + * subscribe to receive new transactions for an address + * broadcast raw transactions + * Get exchange rates directly from provider API with ability to choose from several providers * v1.5.0: * Screen saver now shows accepted payment methods * Landscape UI improvements diff --git a/package-lock.json b/package-lock.json index 6b676d58..984be125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crypto-terminal", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 128e6dd8..999d6b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crypto-terminal", - "version": "1.5.0", + "version": "1.6.0", "description": "An open-source terminal application with which merchants can accept in-person cryptocurrency payments", "private": true, "app": {