diff --git a/RELEASES.md b/RELEASES.md index a1ffa54..15a29d6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,6 +3,7 @@ ## Releases ## +- [v1.11.0](#1_11_0) - [v1.10.1](#1_10_1) - [v1.10.0](#1_10_0) - [v1.9.0](#1_9_0) @@ -17,6 +18,24 @@ - [v1.2.0](#1_2_0) - [v1.1.0](#1_1_0) + + +## Samourai Dojo v1.11.0 ## + +#### Features #### + +- [#mr242](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/242) postmix decoy change addresses +- [#mr241](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/241) update ZeroMQ and Node.js +- [#mr240](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/240) update Node.js dependencies +- [#mr239](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/239) update Tor and remove v2 onion addresses +- [#mr238](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/238) use RPC auth instead of basic auth +- other minor improvements + +#### Bug fixes #### + +- [#mr237](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/237) fix tracker initialization +- other minor fixes + ## Samourai Dojo v1.10.1 ## diff --git a/docker/my-dojo/.env b/docker/my-dojo/.env index d28e976..6f53c81 100644 --- a/docker/my-dojo/.env +++ b/docker/my-dojo/.env @@ -10,10 +10,10 @@ COMPOSE_CONVERT_WINDOWS_PATHS=1 -DOJO_VERSION_TAG=1.10.1 +DOJO_VERSION_TAG=1.11.0 DOJO_DB_VERSION_TAG=1.3.0 DOJO_BITCOIND_VERSION_TAG=1.12.0 -DOJO_NODEJS_VERSION_TAG=1.10.1 +DOJO_NODEJS_VERSION_TAG=1.11.0 DOJO_NGINX_VERSION_TAG=1.6.0 DOJO_TOR_VERSION_TAG=1.10.0 DOJO_EXPLORER_VERSION_TAG=1.7.0 diff --git a/keys/index-example.js b/keys/index-example.js index 3c3c7af..c1c2fa1 100644 --- a/keys/index-example.js +++ b/keys/index-example.js @@ -16,7 +16,7 @@ module.exports = { /* * Dojo version */ - dojoVersion: '1.10.1', + dojoVersion: '1.11.0', /* * Bitcoind */ @@ -233,7 +233,7 @@ module.exports = { * Testnet parameters */ testnet: { - dojoVersion: '1.10.1', + dojoVersion: '1.11.0', bitcoind: { rpc: { user: 'user', diff --git a/package-lock.json b/package-lock.json index ce09f2a..fab40fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.10.1", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e9052a..5a56daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samourai-dojo", - "version": "1.10.1", + "version": "1.11.0", "description": "Backend server for Samourai Wallet", "main": "accounts/index.js", "engines": {