diff --git a/CHANGELOG b/CHANGELOG index 500c0e8..5d43855 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Snowplow Normalize 0.3.4 (2024-01-26) +--------------------------------------- +## Summary +This version bumps the package dependency to add support for the latest snowplow utils package. Please note that from this version onwards this package is under the SPAL license. + +## Under the hood +- Bump support for latest utils +- Migrate to SPAL license + +## Upgrading +To upgrade simply bump the snowplow-media-player version in your `packages.yml` file. + Snowplow Normalize 0.3.3 (2023-09-29) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index fcf5966..9369b61 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'snowplow_normalize' -version: '0.3.3' +version: '0.3.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 2b79367..55f0ed4 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_normalize_integration_tests' -version: '0.3.3' +version: '0.3.4' config-version: 2 profile: 'integration_tests'