diff --git a/CHANGELOG b/CHANGELOG index 2239c4b..6ca2fd3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +snowplow-unified 0.3.1 (2024-03-11) +--------------------------------------- +## Summary +This release fixes an issue where it was not possible to full refresh a single table using the `models_to_remove` variable, as well as removing a non-valid tests on the conversions table. + +## Fixes +- Fix missing argument in `snowplow_utils.snowplow_delete_from_manifest` call +- Remove null test on `user_id` in conversions table + +## Upgrading +Bump the snowplow-unified version in your `packages.yml` file. + snowplow-unified 0.3.0 (2024-02-26) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index c7ea1d2..e7f1ff2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified' -version: '0.3.0' +version: '0.3.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 785882d..24785ae 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.0' +version: '0.3.1' config-version: 2 profile: 'integration_tests'