From a520d222e1c4232b4fbbb2f3c842220ae57a695e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 Dec 2023 22:25:06 +0000 Subject: [PATCH] 1.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- invaas/__init__.py | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b22467..05c9b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## v1.2.0 (2023-12-20) + +### Documentation + +* docs: update CHANGELOG ([`1367e54`](https://github.com/daneisburgh/invaas/commit/1367e545064b2f1269c6ad19079ca7a62d5bc73a)) + +### Feature + +* feat: update deployment config target variables ([`0ca1d72`](https://github.com/daneisburgh/invaas/commit/0ca1d72044123db023003f2ccf58f5651285f457)) + +* feat: update deployment config task variables ([`8a2b134`](https://github.com/daneisburgh/invaas/commit/8a2b134338524defc172fdaa1b93b2053f6f5474)) + +* feat: update task app env variable ([`e117190`](https://github.com/daneisburgh/invaas/commit/e1171903cb2cb8588016421a6d12b455325b9f23)) + +### Fix + +* fix: coinbase and schwab tasks ([`c913a61`](https://github.com/daneisburgh/invaas/commit/c913a615ee667a0760951381bd29bef0980ec5d1)) + +### Refactor + +* refactor: update task logging ([`16a3019`](https://github.com/daneisburgh/invaas/commit/16a301999d3233733d029f31c72bf47b97f0597c)) + +* refactor: coinbase and schwab notebooks ([`7ed9eba`](https://github.com/daneisburgh/invaas/commit/7ed9ebafdcfb0a5f49112738567c8368f99f0121)) + +### Style + +* style: format files ([`5e267f0`](https://github.com/daneisburgh/invaas/commit/5e267f02ac590bad148f4836a514e870417ea0d2)) + + ## v1.1.2 (2023-12-11) ### Fix @@ -26,7 +55,11 @@ ### Build -* build: update databricks config ([`f17ae29`](https://github.com/daneisburgh/invaas/commit/f17ae293da8a7fb291983beaaaa87450408cee95)) +* build: update databricks config + +- change workflow schedule +- add environment variables +- update notebook tasks ([`f17ae29`](https://github.com/daneisburgh/invaas/commit/f17ae293da8a7fb291983beaaaa87450408cee95)) ### Chore diff --git a/invaas/__init__.py b/invaas/__init__.py index 72f26f5..c68196d 100644 --- a/invaas/__init__.py +++ b/invaas/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.2.0"