diff --git a/electron/changelog.json b/electron/changelog.json index 20c46a5..f27f228 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -57,6 +57,11 @@ "1.0.20": { "title": "Release Notes for 1.0.20", "date": "04/29/2021", - "notes": "Bug Fixes: \n- Improved validation for mileage from estimating systems to be more fault tolerant." + "notes": "Bug Fixes: \n- Resolved age calculation issue for some 2021 models." + }, + "1.0.21": { + "title": "Release Notes for 1.0.21", + "date": "TBD", + "notes": "" } } diff --git a/package.json b/package.json index 0a5f0e1..b25b1e2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.0.20", + "version": "1.0.21", "main": "electron/main.js", "homepage": "./", "dependencies": {