From 2d9be8b0462f0dd67046a2b60023dda5632bd3b8 Mon Sep 17 00:00:00 2001 From: Rajiv Shah Date: Fri, 8 May 2020 09:07:15 -0400 Subject: [PATCH] chore(desktop): Bump version and update changelog for release 1.5.0 (#2770) --- src/desktop/CHANGELOG.md | 7 +++++++ src/desktop/npm-shrinkwrap.json | 2 +- src/desktop/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/desktop/CHANGELOG.md b/src/desktop/CHANGELOG.md index 6e942ce013..f1e4ac987b 100644 --- a/src/desktop/CHANGELOG.md +++ b/src/desktop/CHANGELOG.md @@ -1,3 +1,10 @@ +### 1.5.0 +- Update: Hide 0 value transactions by default +- Update: Disable notifications for 0 value transactions by default +- Update: Increase attachToTangle timeout to 35 sec +- Update: Update entangled-node to 0.5.1 +- Fix: Update Electron to 7.2.3 + ### 1.4.5 - Fix: Add early stopping condition to quorum sync checks - Fix: Node selection issues during manual promotion diff --git a/src/desktop/npm-shrinkwrap.json b/src/desktop/npm-shrinkwrap.json index 9c675081b0..ce5142ef04 100644 --- a/src/desktop/npm-shrinkwrap.json +++ b/src/desktop/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "trinity-desktop", - "version": "1.4.5", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/desktop/package.json b/src/desktop/package.json index e18c695e44..18839c787d 100644 --- a/src/desktop/package.json +++ b/src/desktop/package.json @@ -1,7 +1,7 @@ { "name": "trinity-desktop", "productName": "Trinity", - "version": "1.4.5", + "version": "1.5.0", "url": "https://trinity.iota.org", "homepage": "https://trinity.iota.org", "description": "Desktop wallet for IOTA",