diff --git a/.changes/1.8.4.md b/.changes/1.8.4.md new file mode 100644 index 00000000..e4756274 --- /dev/null +++ b/.changes/1.8.4.md @@ -0,0 +1,6 @@ +## dbt-trino 1.8.4 - November 22, 2024 +### Under the Hood +- Revert cert default to False. Add require_certificate_validation Behavior Flag ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) diff --git a/.changes/unreleased/Under the Hood-20241120-191809.yaml b/.changes/1.8.4/Under the Hood-20241120-191809.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20241120-191809.yaml rename to .changes/1.8.4/Under the Hood-20241120-191809.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b6ab66..6bf2b616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry) +## dbt-trino 1.8.4 - November 22, 2024 +### Under the Hood +- Revert cert default to False. Add require_certificate_validation Behavior Flag ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) ## dbt-trino 1.8.3 - November 04, 2024 ### Features - Add file_format and table_format configurations ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index eaf9d19e..f2493fc9 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.8.3" +version = "1.8.4"