diff --git a/CHANGES.md b/CHANGES.md index 72b352d..51c4a5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Release notes +## 0.1.7 (2024-12-28) +* updated date format in hourly prices (#27) +* file updates include Volume instead of Open Interest (#25) +* allow update of split frequency price files +* fixed config for US30 +* new markets in config + ## 0.1.6 (2024-06-13) * additional markets * updated URL diff --git a/pyproject.toml b/pyproject.toml index e97bb18..bd38481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bc-utils" -version = "0.1.6" +version = "0.1.7" description = "Python utility automation scripts for Barchart.com" authors = ["Andy Geach "] license = "BSD-3-Clause"