diff --git a/WIP Changelog.txt b/WIP Changelog.txt index 97da817..405d951 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,4 +1,6 @@ New Features: - Bug Fixes: -- Updated rare bug in vehicle age calculation. \ No newline at end of file +- Updated rare bug in vehicle age calculation. +- Improved wheel repair calculation logic. +- Improved $0 price recognition for Aftermarket and Recycled parts. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 9483867..fbb6ab8 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -46,7 +46,7 @@ }, "1.0.18": { "title": "Release Notes for 1.0.18", - "date": "TBD", - "notes": "" + "date": "04/15/2021", + "notes": "Bug Fixes: \n- Updated rare bug in vehicle age calculation.\n- Improved wheel repair calculation logic.\n- Improved $0 price recognition for Aftermarket and Recycled parts." } }