From e4eb0617893feeadf3cd4088b7b7ec0b4667acb1 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 10 May 2024 10:03:32 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 4 ++-- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1b13e3f..3dcd611 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ -snowplow-unified 0.4.1 (2024-0X-XX) +snowplow-unified 0.4.1 (2024-05-13) --------------------------------------- ## Summary -XXX +This feature updates our `default_channel_group` definition to support the use of `refr_` fields in the case that the `mkt_` fields are null. This is a requested feature in particular for landing pages with redirects. This functionality is turned off by default. ## Features - New `snowplow__use_refr_if_mkt_null` variable to use `refr_` fields if `mkt_` ones are null in default channel group classification diff --git a/dbt_project.yml b/dbt_project.yml index 2669d47..c112d81 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified' -version: '0.4.0' +version: '0.4.1' config-version: 2 require-dbt-version: [">=1.6.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index de83d6d..111f125 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.4.0' +version: '0.4.1' config-version: 2 profile: 'integration_tests'