diff --git a/.changes/unreleased/Under the Hood-20230130-092157.yaml b/.changes/unreleased/Under the Hood-20230130-092157.yaml new file mode 100644 index 00000000..9ba474b0 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20230130-092157.yaml @@ -0,0 +1,7 @@ +kind: Under the Hood +body: Adjustment to dbt-core 1.4.1 +time: 2023-01-30T09:21:57.706754+01:00 +custom: + Author: damian3031 + Issue: "213" + PR: "214" diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 2238c8f6..d619c757 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.3.2" +version = "1.4.0"