diff --git a/CHANGELOG.md b/CHANGELOG.md index c1eac5526..76fb4d9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## dbt-databricks 1.7.x (TBD) +### Features + +- Adding capability to specify compute on a per model basis ([488](https://github.com/databricks/dbt-databricks/pull/488)) + +## dbt-databricks 1.7.1 (Nov 13, 2023) + ### Under the Hood - Another attempt to improve catalog gathering performance ([503](https://github.com/databricks/dbt-databricks/pull/503)) diff --git a/dbt/adapters/databricks/__version__.py b/dbt/adapters/databricks/__version__.py index c97ea9909..b9be5424c 100644 --- a/dbt/adapters/databricks/__version__.py +++ b/dbt/adapters/databricks/__version__.py @@ -1 +1 @@ -version: str = "1.7.0" +version: str = "1.7.2b1"