From 19d16b37c9bbf324a70037859ef608e3fffb004f Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 10 Jun 2024 12:38:30 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 14 ++++++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8afef319..71c94d51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +snowplow-utils 0.16.7 (2024-06-10) +--------------------------------------- +## Summary +This release extends support for the combine_column_versions macro to support column prefixes not ending in a major version number (when used in combination with exclude column versions). + +## Features +- Extend functionality of combine_column_versions + +## Under the hood +- Update some of our test to pass with newer versions of dbt utils + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.16.6 (2024-05-24) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 16bfc99d..a22aa82b 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.16.6' +version: '0.16.7' config-version: 2 require-dbt-version: [">=1.4.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index e320d892..e9a2e850 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.16.6' +version: '0.16.7' config-version: 2 profile: 'integration_tests'