From d937d86dac43f3b93e0b58d80b4727eca177ccf6 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 19 Sep 2024 16:19:24 +0000 Subject: [PATCH] Bumping version to 1.7.0 and generate changelog --- .changes/1.7.0.md | 5 +++++ .changes/unreleased/Features-20240903-155618.yaml | 6 ------ CHANGELOG.md | 8 +++++++- dbt/adapters/__about__.py | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .changes/1.7.0.md delete mode 100644 .changes/unreleased/Features-20240903-155618.yaml diff --git a/.changes/1.7.0.md b/.changes/1.7.0.md new file mode 100644 index 00000000..efbdc601 --- /dev/null +++ b/.changes/1.7.0.md @@ -0,0 +1,5 @@ +## dbt-adapters 1.7.0 - September 19, 2024 + +### Features + +- Allow configuring of snapshot column names ([#289](https://github.com/dbt-labs/dbt-adapters/issues/289)) diff --git a/.changes/unreleased/Features-20240903-155618.yaml b/.changes/unreleased/Features-20240903-155618.yaml deleted file mode 100644 index fdafceb3..00000000 --- a/.changes/unreleased/Features-20240903-155618.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Allow configuring of snapshot column names -time: 2024-09-03T15:56:18.211492-04:00 -custom: - Author: gshank - Issue: "289" diff --git a/CHANGELOG.md b/CHANGELOG.md index 58869e8e..1287c432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,16 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## dbt-adapters 1.10.0 - September 12, 2024 -## dbt-adapters 1.6.1 - September 16, 2024 +## dbt-adapters 1.7.0 - September 19, 2024 + +### Features +- Allow configuring of snapshot column names ([#289](https://github.com/dbt-labs/dbt-adapters/issues/289)) + +## dbt-adapters 1.6.1 - September 16, 2024 + ## dbt-adapters 1.6.0 - September 12, 2024 ### Features diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index cead7e89..a55413d1 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.6.1" +version = "1.7.0"