diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cea81..8162d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.0 (2022-12-02) + +- add command `RunDbtJob` executing a dbt cloud job + ## 0.1.0 (2022-10-22) - Initial version diff --git a/mara_dbt/__init__.py b/mara_dbt/__init__.py index e3d7e43..7602a53 100644 --- a/mara_dbt/__init__.py +++ b/mara_dbt/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '0.1.0' +__version__ = '0.2.0' def MARA_CONFIG_MODULES():