From f38555ff54a000f74e65b1de361f616f0257f2bc Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 12 Apr 2024 11:38:19 +0100 Subject: [PATCH] prepare for release --- CHANGELOG | 11 +++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 24fcdf5a..6da51272 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-utils 0.16.4 (2024-04-15) +--------------------------------------- +## Summary +This release adds more flexibility to the `exclude_versions` argument of the `combine_column_versions` macro for BigQuery to allow removal of any column with the suffix of the specified version. + +## Fixes +- Remove hardcoded structure requirement to exclude column versions. + +## Upgrading +To upgrade, bump the package version in your `packages.yml` file. + snowplow-utils 0.16.3 (2024-03-11) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 53d402b8..6dede4b6 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.16.3' +version: '0.16.4' 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 4ca940ec..68b108e8 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.3' +version: '0.16.4' config-version: 2 profile: 'integration_tests'