diff --git a/CHANGELOG.md b/CHANGELOG.md index 628b6eb..66c31e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 1.2.0 (2020-06-04) ### Features * Manually edit unrealized P/L history entries diff --git a/package-lock.json b/package-lock.json index be99b80..20f95f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "road-to-fire", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84cd7ec..9a807f0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/iLiviu/road-to-fire/issues" }, "license": "GPL-3.0-or-later", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/config/app.constants.ts b/src/app/config/app.constants.ts index b9270f4..5ff1e33 100644 --- a/src/app/config/app.constants.ts +++ b/src/app/config/app.constants.ts @@ -11,13 +11,17 @@ export interface SymbolDetails { export const APP_CONSTS = { TITLE: 'Road To FIRE', - VERSION: '1.1.0', + VERSION: '1.2.0', // text to show when user first loads the current new version - WHATS_NEW_TITLE: `What's new in version 1.1.0`, + WHATS_NEW_TITLE: `What's new in version 1.2.0`, WHATS_NEW: `Features: - * Add option to select from multiple date and currency formats. - * Display loan-to-value ratio in account overview tab.`, + * Manually edit unrealized P/L history entries + * Add option to filter transactions + * Display bond/deposit interest & principal payment transactions in scheduled transactions list + +Bug fixes: + * Fix executing multiple due interest/principal payment transactions for a bond`, REPOSITORY_URL: 'https://github.com/iLiviu/road-to-fire', STORAGE_API_KEYS: { DROPBOX: 'kbwh5504okeu3b9',