diff --git a/.changes/1.2.2.md b/.changes/1.2.2.md new file mode 100644 index 00000000..aad00861 --- /dev/null +++ b/.changes/1.2.2.md @@ -0,0 +1,12 @@ +## dbt-trino 1.2.2 - September 15, 2022 +### Features +- Support snapshot materialization ([#6](https://github.com/starburstdata/dbt-trino/issues/6), [#120](https://github.com/starburstdata/dbt-trino/pull/120)) +### Under the Hood +- Add comments to catalog macro ([#115](https://github.com/starburstdata/dbt-trino/issues/115), [#116](https://github.com/starburstdata/dbt-trino/pull/116)) +### Dependencies +- Bump black from 22.6.0 to 22.8.0 ([#27](https://github.com/starburstdata/dbt-trino/issues/27), [#119](https://github.com/starburstdata/dbt-trino/pull/119)) + +### Contributors +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#119](https://github.com/starburstdata/dbt-trino/pull/119)) +- [@hovaesco](https://github.com/hovaesco) ([#116](https://github.com/starburstdata/dbt-trino/pull/116)) +- [@mdesmet](https://github.com/mdesmet) ([#120](https://github.com/starburstdata/dbt-trino/pull/120)) diff --git a/.changes/unreleased/Dependencies-20220901-044453.yaml b/.changes/1.2.2/Dependencies-20220901-044453.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20220901-044453.yaml rename to .changes/1.2.2/Dependencies-20220901-044453.yaml diff --git a/.changes/unreleased/Features-20220901-155728.yaml b/.changes/1.2.2/Features-20220901-155728.yaml similarity index 100% rename from .changes/unreleased/Features-20220901-155728.yaml rename to .changes/1.2.2/Features-20220901-155728.yaml diff --git a/.changes/unreleased/Under the Hood-20220826-162617.yaml b/.changes/1.2.2/Under the Hood-20220826-162617.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20220826-162617.yaml rename to .changes/1.2.2/Under the Hood-20220826-162617.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index b84ab91d..1955caae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ - 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.2.2 - September 15, 2022 +### Features +- Support snapshot materialization ([#6](https://github.com/starburstdata/dbt-trino/issues/6), [#120](https://github.com/starburstdata/dbt-trino/pull/120)) +### Under the Hood +- Add comments to catalog macro ([#115](https://github.com/starburstdata/dbt-trino/issues/115), [#116](https://github.com/starburstdata/dbt-trino/pull/116)) +### Dependencies +- Bump black from 22.6.0 to 22.8.0 ([#27](https://github.com/starburstdata/dbt-trino/issues/27), [#119](https://github.com/starburstdata/dbt-trino/pull/119)) + +### Contributors +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#119](https://github.com/starburstdata/dbt-trino/pull/119)) +- [@hovaesco](https://github.com/hovaesco) ([#116](https://github.com/starburstdata/dbt-trino/pull/116)) +- [@mdesmet](https://github.com/mdesmet) ([#120](https://github.com/starburstdata/dbt-trino/pull/120)) ## dbt-trino 1.2.1 - August 25, 2022 ### Features - Support `delete+insert` materialization ([#103](https://github.com/starburstdata/dbt-trino/issues/103), [#62](https://github.com/starburstdata/dbt-trino/pull/62)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index eb1d9a0f..2be6f8b0 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.2.1" +version = "1.2.2"