From 5415beeebd4a40c0e7897b3ed3f0edb0c77fbf06 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 11 Feb 2024 00:08:12 +0000 Subject: [PATCH] 1.7.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ invaas/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98eb57..caffcd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v1.7.4 (2024-02-11) + +### Chore + +* chore: update options historical test notebook ([`2be6ed4`](https://github.com/daneisburgh/invaas/commit/2be6ed48ca77b35fb5e0854282ef639ba1361f68)) + +* chore: add multiple options historical test notebook ([`c2bb873`](https://github.com/daneisburgh/invaas/commit/c2bb873267b55f2ed46d9c165512f74164ea5c51)) + +* chore: update options test notebook ([`055e4cf`](https://github.com/daneisburgh/invaas/commit/055e4cf9ac506f6d9570d5ad35a3f68520bfe5b0)) + +### Fix + +* fix: add available options cash logging to schwab task ([`49be30f`](https://github.com/daneisburgh/invaas/commit/49be30f2078ac33b0dbbb3c9567f35aa2bdaa7d0)) + + ## v1.7.3 (2024-02-07) ### Fix diff --git a/invaas/__init__.py b/invaas/__init__.py index 008aaa9..acbbc1c 100644 --- a/invaas/__init__.py +++ b/invaas/__init__.py @@ -1 +1 @@ -__version__ = "1.7.3" +__version__ = "1.7.4"