From ce4c93b1c0e2708d9fe86650c708b1dc9958c850 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 6 Feb 2024 00:39:53 +0000 Subject: [PATCH] 1.7.0 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 710e038..3338fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v1.7.0 (2024-02-06) + +### Chore + +* chore: update options test notebook ([`35b01a1`](https://github.com/daneisburgh/invaas/commit/35b01a129ee9259863e47c045cb2e93d8aac48da)) + +### Feature + +* feat: add initial conditional to trade schwab mutual fund assets ([`fd506ce`](https://github.com/daneisburgh/invaas/commit/fd506ce10fac2e0517de22d82ee59d65b5016351)) + +### Fix + +* fix: update fear and greed index rounding ([`5f5b506`](https://github.com/daneisburgh/invaas/commit/5f5b506681038ef6edf5c8e81d9376f69446822f)) + + ## v1.6.0 (2024-02-05) ### Chore diff --git a/invaas/__init__.py b/invaas/__init__.py index e4adfb8..14d9d2f 100644 --- a/invaas/__init__.py +++ b/invaas/__init__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.7.0"