diff --git a/bi/__init__.py b/bi/__init__.py index 821f3159..f4f6295f 100644 --- a/bi/__init__.py +++ b/bi/__init__.py @@ -15,8 +15,8 @@ from .query_runner import import_query_runners from .destinations import import_destinations -__version__ = "1.2.1" -__DeepBI_version__ = "1.2.1" +__version__ = "1.2.2" +__DeepBI_version__ = "1.2.2" def setup_logging(): diff --git a/version.md b/version.md index 85cc922e..ec3bae30 100644 --- a/version.md +++ b/version.md @@ -1,4 +1,9 @@ # Version +### 1.2.2 +- Add mongodb database support. +- Fix the report generation path bug. + + ### 1.2.1 BUG fixes: - Fixed the problem of token statistics in some network environments.