From 3130026bb05f054f408cdd1076a6fcef0c4dc601 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Wed, 20 Mar 2024 11:52:03 +0000 Subject: [PATCH] Prepare for release --- CHANGELOG | 2 +- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1196eea..b2ef8bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ snowplow-unified 0.4.0 (2024-03-25) --------------------------------------- ## Summary -XXX +This release adds a surrogate key to the conversions table, in case of an event being valid against multiple conversion types, and fixes an issue with bigquery if `snowplow` was in your project name. ## 🚨 Breaking Changes 🚨 - Adds a new surrogate key to the optional conversions table, to allow for the same event to be part of multiple conversions diff --git a/dbt_project.yml b/dbt_project.yml index e7f1ff2..9a638bd 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified' -version: '0.3.1' +version: '0.4.0' 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 24785ae..de83d6d 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.3.1' +version: '0.4.0' config-version: 2 profile: 'integration_tests'