diff --git a/CHANGELOG b/CHANGELOG index 37836af7..fa7ac2fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-utils 0.17.1 (2024-10-29) +--------------------------------------- +## Summary +This release is aiming to optimise base_create_snowplow_events_this_run macro for spark. + +## Fix +- We moved the order of some calculation to help with the query optimization. + +## Upgrading +Update the snowplow-utils version in your `packages.yml` file. + snowplow-utils 0.17.0 (2024-10-14) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 6e7b8dca..c65c3922 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.17.0' +version: '0.17.1' 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 36126fdb..8cc51861 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.17.0' +version: '0.17.1' config-version: 2 profile: 'integration_tests'