diff --git a/CHANGELOG.md b/CHANGELOG.md index caffcd5..f6da64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v1.8.0 (2024-02-12) + +### Chore + +* chore: update options historical test notebook ([`72fc8b0`](https://github.com/daneisburgh/invaas/commit/72fc8b0d8312155df555fda6143216a8c2985f6d)) + +### Feature + +* feat: update option trading logic in schwab task ([`130203d`](https://github.com/daneisburgh/invaas/commit/130203d204482f92d7ecc26495cb6b93ec703503)) + +### Unknown + +* Merge branch 'main' of https://github.com/daneisburgh/invaas ([`370f95d`](https://github.com/daneisburgh/invaas/commit/370f95d5bb7555a358be1a50d5e7e3c11dfe9d8f)) + + ## v1.7.4 (2024-02-11) ### Chore diff --git a/invaas/__init__.py b/invaas/__init__.py index acbbc1c..29654ee 100644 --- a/invaas/__init__.py +++ b/invaas/__init__.py @@ -1 +1 @@ -__version__ = "1.7.4" +__version__ = "1.8.0"