Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/daneisburgh/invaas
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Feb 6, 2024
2 parents e71fe6e + ce4c93b commit 385d391
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion invaas/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.7.0"

0 comments on commit 385d391

Please sign in to comment.