From 62f7c9f698485f43a63c666f697b6a0f78c552b5 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 19 Nov 2020 10:44:26 -0800 Subject: [PATCH] Changelog for V1.0.10 --- WIP Changelog.txt | 6 ++---- electron/changelog.json | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/WIP Changelog.txt b/WIP Changelog.txt index a20369f..e4b2009 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,5 +1,3 @@ -New Features: -- - Bug Fixes: -- Resolved an issue where N/A prices were being incorrectly included. \ No newline at end of file +- Resolved an issue where N/A prices were being incorrectly included. +- Resolved a bug where clicking yes during update would not install the update. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 4b7c68b..982c529 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -6,7 +6,7 @@ }, "1.0.10": { "title": "Release Notes for 1.0.10", - "date": "TBD", - "notes": "" + "date": "11/19/2020", + "notes": "Bug Fixes: \n- Resolved an issue where N/A prices were being incorrectly included.\n- Resolved a bug where clicking yes during update would not install the update." } }