From ed554d5aa9b042d70cd2af7e92fef4643ad8633a Mon Sep 17 00:00:00 2001 From: Agnes Kiss Date: Wed, 24 Jan 2024 14:50:51 +0000 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 01a4efc..d32130c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-ecommerce 0.7.1 (2024-01-26) +--------------------------------------- +## Summary +This version bumps the package dependency to add support for the latest snowplow utils package. + +## Under the hood +- Bump support for latest utils + +## Upgrading +To upgrade simply bump the snowplow-ecommerce version in your `packages.yml` file. + snowplow-ecommerce 0.7.0 (2024-01-19) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 090b4bf..cac4c6b 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'snowplow_ecommerce' -version: '0.7.0' +version: '0.7.1' config-version: 2 require-dbt-version: [">=1.5.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 3e4f6e4..1c946ea 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_ecommerce_integration_tests' -version: '0.7.0' +version: '0.7.1' config-version: 2 profile: 'integration_tests'