From c46298c655fa11c2f4797823b9d2141ebb8ee278 Mon Sep 17 00:00:00 2001 From: Shashi Prakash Gautam Date: Thu, 18 Apr 2024 18:30:00 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49f35b..f1de37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,32 @@ All notable will be documented in this file. +## 1.0.17 - 2024-04-18 +- Fix: Bump up node-yahoo-finance2 package + +## 1.0.16 - 2023-05-10 +- Fix: Update dependency to fix API error + +## 1.0.15 - 2023-02-05 +- Switches API for node-yahoo-finance2 + +## 1.0.14 - 2023-01-17 +- Fix: issue with certain tickers not working + +## 1.0.13 - 2023-01-14 +- Updates web application URL to https://terminal-stocks.dev/ + +## 1.0.12 - 2023-01-14 +- Fixes issue with decryption on source data + +## 1.0.11 - 2022-12-30 +- Fixes parsing issues with encrypted data from source + ## 1.0.10 - 2022-11-09 -- Fixed market summary endpoint +- Fixes market summary endpoint ## 1.0.9 - 2022-11-08 -- Fixed display issue with missing or mismatched asset name property for certain assets on historical data. +- Fix mismatched asset name property for certain assets on historical data ## 1.0.8 - 2021-03-15 - Added export data as json/csv