From 93a60e604fddb5f604321822e06e46b9122f30c7 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 13:28:40 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 11 +++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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'