diff --git a/docs/todo_list.md b/docs/todo_list.md index 658c6f5..3b50ea5 100644 --- a/docs/todo_list.md +++ b/docs/todo_list.md @@ -1,7 +1,9 @@ # TODO list The list of expected/future improvements: - + 0. **Connection to CQL** + - Support Cassandra/Scylla + 1. **Extend QGATE_OUTPUT as arraylist** - support more storages S3, BlobStorage - add secrets diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index 6b4c34b..6d5958e 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.7' \ No newline at end of file +__version__ = '0.2.8' \ No newline at end of file