diff --git a/CHANGELOG b/CHANGELOG index e5c92b9..b4db66b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-ecommerce 0.5.3 (2023-10-04) +--------------------------------------- +## Summary +This release fixes an issue for users using a utils version 0.15.1 or greater. + +## Fixes +Fix error with new utils version on end hook. + +## Upgrading +To upgrade simply bump the snowplow-ecommerce version in your `packages.yml` file. + snowplow-ecommerce 0.5.3 (2023-09-12) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index b2f00f3..35f889f 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'snowplow_ecommerce' -version: '0.5.3' +version: '0.5.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 083c699..86c81d8 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_ecommerce_integration_tests' -version: '0.5.3' +version: '0.5.4' config-version: 2 profile: 'integration_tests'